Searched refs:StoreRSAPrivateKey (Results 1 – 3 of 3) sorted by relevance
41 brillo::SecureBlob StoreRSAPrivateKey(RSA* rsa_key_pair);
195 private_key = StoreRSAPrivateKey(rsa_key_pair.get()); in InitTlsData()
96 brillo::SecureBlob StoreRSAPrivateKey(RSA* rsa_key_pair) { in StoreRSAPrivateKey() function