Searched defs:testSnBlob (Results 1 – 3 of 3) sorted by relevance
| /base/security/certificate_framework/test/unittest/v1.0/src/ |
| D | crypto_x509_crl_test.cpp | 562 CfBlob testSnBlob = { 2, g_testSn }; variable 575 CfBlob testSnBlob = { sizeof(testSn), (uint8_t *)&testSn }; variable 584 CfBlob testSnBlob = { 2, g_testSn }; variable 594 CfBlob testSnBlob = { 2, g_testSn }; variable 603 CfBlob testSnBlob = { 2, g_testSn }; variable 613 CfBlob testSnBlob = { 2, g_testSn }; variable 632 CfBlob testSnBlob = { 2, g_testSn }; variable 646 CfBlob testSnBlob = { 2, g_testSn }; variable 660 CfBlob testSnBlob = { 2, g_testSn }; variable 678 CfBlob testSnBlob = { 2, g_testSn }; variable [all …]
|
| D | crypto_x509_crl_test_part2.cpp | 58 CfBlob testSnBlob = { 2, g_testSn }; in SetUpTestCase() local 728 CfBlob testSnBlob = { sizeof(testSN), testSN }; variable 757 CfBlob testSnBlob = { sizeof(testSN), testSN }; variable
|
| D | crypto_x509_certificate_test.cpp | 997 CfBlob testSnBlob = { sizeof(testSn) / sizeof(testSn[0]), testSn }; variable 1013 CfBlob testSnBlob = { sizeof(testSn) / sizeof(testSn[0]), testSn }; variable 1138 CfBlob testSnBlob = { sizeof(testSn) / sizeof(testSn[0]), testSn }; variable
|