Home
last modified time | relevance | path

Searched refs:HMAC_CTX (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch205 - hmacctx = new HMAC_CTX;
533 + HMAC_CTX *hmacctx;
/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c109 static inline struct hmac_ctx *HMAC_CTX(struct chcr_context *ctx) in HMAC_CTX() function
1566 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in create_hash_wr()
2197 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); in chcr_ahash_setkey()
2318 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(rtfm)); in chcr_hmac_init()
2341 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in chcr_hmac_cra_init()
2356 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in chcr_hmac_cra_exit()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0001-Adapt-to-OpenSSL-1.1.1.patch212 HMAC_CTX evp_ctx;