Searched defs:EncryptKey (Results 1 – 3 of 3) sorted by relevance
56 pub struct EncryptKey(bssl_sys::AES_KEY); struct58 impl EncryptKey { implementation117 fn new_encrypt_key(key: &[u8]) -> EncryptKey { in new_encrypt_key()
56 pub struct EncryptKey(bssl_sys::AES_KEY); struct58 impl EncryptKey { impl117 fn new_encrypt_key(key: &[u8]) -> EncryptKey { in new_encrypt_key()
303 EncryptKey(const KeymasterKeyBlob& plaintext, AuthEncryptedBlobFormat format, in EncryptKey() function