Searched refs:kECCACertDER (Results 1 - 2 of 2) sorted by relevance

/external/honggfuzz/examples/openssl/
H A Dclient.c322 static const uint8_t kECCACertDER[] = {0x30, 0x82, 0x02, 0x6e, 0x30, 0x82, 0x02, 0x15, 0xa0, 0x03, variable
478 bufp = kECCACertDER;
479 cert = d2i_X509(NULL, &bufp, sizeof(kECCACertDER));
H A Dserver.c322 static const uint8_t kECCACertDER[] = {0x30, 0x82, 0x02, 0x6e, 0x30, 0x82, 0x02, 0x15, 0xa0, 0x03, variable
516 bufp = kECCACertDER;
517 cert = d2i_X509(NULL, &bufp, sizeof(kECCACertDER));

Completed in 667 milliseconds