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

/freebsd-current/crypto/openssl/fuzz/
H A Dserver.c97 static const uint8_t kRSAPrivateKeyDER[] = { variable
551 bufp = kRSAPrivateKeyDER;
552 privkey = d2i_RSAPrivateKey(NULL, &bufp, sizeof(kRSAPrivateKeyDER));

Completed in 71 milliseconds