Searched defs:raw_key (Results 1 – 2 of 2) sorted by relevance
20 …k_cipher_set_encrypt_key(BLOCK_CIPHER_KEY *key, const BLOCK_CIPHER *cipher, const uint8_t *raw_key) in block_cipher_set_encrypt_key()28 …k_cipher_set_decrypt_key(BLOCK_CIPHER_KEY *key, const BLOCK_CIPHER *cipher, const uint8_t *raw_key) in block_cipher_set_decrypt_key()
204 int32_t wrap_key(const uint8_t *raw_key, uint32_t raw_size, uint8_t *out_key, uint32_t out_size) in wrap_key()241 uint8_t *raw_key, uint32_t size) in unwrap_key()298 uint8_t *raw_key = tee_malloc(keybits / 8); in internal_aes_setkey_enc() local