Searched defs:EncryptKey (Results 1 – 1 of 1) sorted by relevance
56 pub struct EncryptKey(bssl_sys::AES_KEY); struct58 impl EncryptKey { impl117 fn new_encrypt_key(key: &[u8]) -> EncryptKey { in new_encrypt_key()