Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/rsa/
Drsa_test.cc500 static const uint8_t kExponent1RSAKey[] = { variable
877 ScopedRSA rsa(RSA_public_key_from_bytes(kExponent1RSAKey, in TestBadExponent()
878 sizeof(kExponent1RSAKey))); in TestBadExponent()