Searched defs:rsa_key_pair (Results 1 – 2 of 2) sorted by relevance
96 brillo::SecureBlob StoreRSAPrivateKey(RSA* rsa_key_pair) { in StoreRSAPrivateKey()
190 auto rsa_key_pair = GenerateRSAKeyPair(kKeyLengthBits); in InitTlsData() local