Home
last modified time | relevance | path

Searched refs:kRSAPrivateKeyDER (Results 1 – 3 of 3) sorted by relevance

/external/honggfuzz/examples/openssl/
Dclient.c106 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()
Dserver.c106 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/
Dfuzzer.h125 const uint8_t kRSAPrivateKeyDER[] = { variable
325 kRSAPrivateKeyDER, sizeof(kRSAPrivateKeyDER))); in Init()