Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/rsa/
Drsa_test.cc472 static const uint8_t kEstonianRSAKey[] = { variable
858 rsa.reset(RSA_public_key_from_bytes(kEstonianRSAKey, in TestASN1()
859 sizeof(kEstonianRSAKey))); in TestASN1()
867 CBS_init(&cbs, kEstonianRSAKey, sizeof(kEstonianRSAKey)); in TestASN1()