Searched refs:do_aead_crypto (Results 1 – 1 of 1) sorted by relevance
/linux/security/keys/trusted-keys/ |
H A D | trusted_dcp.c | 129 static int do_aead_crypto(u8 *in, u8 *out, size_t len, u8 *key, u8 *nonce, in do_aead_crypto() function 213 ret = do_aead_crypto(p->key, b->payload, p->key_len, plain_blob_key, in trusted_dcp_seal() 264 ret = do_aead_crypto(b->payload, p->key, p->key_len + DCP_BLOB_AUTHLEN, in trusted_dcp_unseal()
|