Searched refs:hmac_op (Results 1 – 2 of 2) sorted by relevance
15 return container_of(ctx, struct crypto_hmac, hmac_op); in to_hmac_ctx()146 hash->hmac_op.ops = &hash_ops; in sec_hmac_ctx_allocate()148 *ctx = &hash->hmac_op; in sec_hmac_ctx_allocate()
61 struct crypto_mac_ctx hmac_op; /* Crypto Hash API context */ member