Searched refs:plaintext (Results 1 – 1 of 1) sorted by relevance
133 static int hmac_sha256(u8 *key, u8 ksize, char *plaintext, u8 psize, u8 *output) in hmac_sha256() argument159 ret = crypto_shash_digest(&desc.shash, plaintext, psize, in hmac_sha256()