Searched refs:kRSAPrivateKeyDER (Results 1 – 3 of 3) sorted by relevance
/external/honggfuzz/examples/openssl/ |
D | client.c | 106 static const uint8_t kRSAPrivateKeyDER[] = {0x30, 0x82, 0x09, 0x2a, 0x02, 0x01, 0x00, 0x02, 0x82, variable 444 const uint8_t* bufp = kRSAPrivateKeyDER; in LLVMFuzzerInitialize() 445 RSA* privkey = d2i_RSAPrivateKey(NULL, &bufp, sizeof(kRSAPrivateKeyDER)); in LLVMFuzzerInitialize()
|
D | server.c | 106 static const uint8_t kRSAPrivateKeyDER[] = {0x30, 0x82, 0x09, 0x2a, 0x02, 0x01, 0x00, 0x02, 0x82, variable 482 const uint8_t* bufp = kRSAPrivateKeyDER; in LLVMFuzzerInitialize() 483 RSA* privkey = d2i_RSAPrivateKey(NULL, &bufp, sizeof(kRSAPrivateKeyDER)); in LLVMFuzzerInitialize()
|
/external/boringssl/src/ssl/test/ |
D | fuzzer.h | 125 const uint8_t kRSAPrivateKeyDER[] = { variable 325 kRSAPrivateKeyDER, sizeof(kRSAPrivateKeyDER))); in Init()
|