Home
last modified time | relevance | path

Searched defs:EncryptKey (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A Daes.rs56 pub struct EncryptKey(bssl_sys::AES_KEY); struct
58 impl EncryptKey { implementation
117 fn new_encrypt_key(key: &[u8]) -> EncryptKey { in new_encrypt_key()
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
H A Daes.rs56 pub struct EncryptKey(bssl_sys::AES_KEY); struct
58 impl EncryptKey { impl
117 fn new_encrypt_key(key: &[u8]) -> EncryptKey { in new_encrypt_key()
/aosp_15_r20/system/keymaster/key_blob_utils/
H A Dauth_encrypted_key_blob.cpp303 EncryptKey(const KeymasterKeyBlob& plaintext, AuthEncryptedBlobFormat format, in EncryptKey() function