Home
last modified time | relevance | path

Searched refs:kDSACertDER (Results 1 – 2 of 2) sorted by relevance

/external/honggfuzz/examples/openssl/
Dclient.c363 static const uint8_t kDSACertDER[] = {0x30, 0x82, 0x04, 0x1d, 0x30, 0x82, 0x03, 0xdb, 0xa0, 0x03, variable
487 bufp = kDSACertDER; in LLVMFuzzerInitialize()
488 cert = d2i_X509(NULL, &bufp, sizeof(kDSACertDER)); in LLVMFuzzerInitialize()
Dserver.c363 static const uint8_t kDSACertDER[] = {0x30, 0x82, 0x04, 0x1d, 0x30, 0x82, 0x03, 0xdb, 0xa0, 0x03, variable
525 bufp = kDSACertDER; in LLVMFuzzerInitialize()
526 cert = d2i_X509(NULL, &bufp, sizeof(kDSACertDER)); in LLVMFuzzerInitialize()