HomeSort by: relevance | last modified time | path
    Searched defs:d_data (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
rsa_test.c 414 unsigned char d_data[] = { local
472 && TEST_ptr((d = BN_bin2bn(d_data, sizeof(d_data), NULL)))
evp_pkey_provided_test.c 566 static unsigned char d_data[] = { 0x1e, 0x5e, 0x5d, 0x07, 0x7f, 0xdc, 0x6a, 0x16, 0xcc, 0x55, 0xca, 0x00, local
591 || !TEST_ptr(d = BN_bin2bn(d_data, sizeof(d_data), NULL))
673 static unsigned char d_data[] = { 0x64, 0x57, 0x4d, 0x86, 0xf6, 0xf8, 0x44, 0xc0, 0x47, 0xc5, 0x13, 0x94, local
763 || !TEST_ptr(d = BN_bin2bn(d_data, sizeof(d_data), NULL))
845 static const unsigned char d_data[] = { local
855 || !TEST_ptr(d = BN_bin2bn(d_data, sizeof(d_data), NULL))
  /src/crypto/external/bsd/openssl/dist/test/
rsa_test.c 437 unsigned char d_data[] = { local
492 && TEST_ptr((d = BN_bin2bn(d_data, sizeof(d_data), NULL)))
evp_pkey_provided_test.c 465 static const unsigned char d_data[]= { local
475 || !TEST_ptr(d = BN_bin2bn(d_data, sizeof(d_data), NULL))
  /src/external/bsd/elftoolchain/dist/libelf/
_libelf.h 139 Elf_Data d_data; /* The exported descriptor. */ member in struct:_Libelf_Data

Completed in 36 milliseconds