Searched defs:auth_ctx (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/sys/crypto/openssl/ |
H A D | ossl_chacha20.c | 163 POLY1305 auth_ctx; in ossl_chacha20_poly1305_encrypt() local 309 struct poly1305_context auth_ctx; in ossl_chacha20_poly1305_decrypt() local
|
/freebsd-src/sys/opencrypto/ |
H A D | crypto.c | 391 hmac_init_pad(const struct auth_hash * axf,const char * key,int klen,void * auth_ctx,uint8_t padval) hmac_init_pad() argument 422 hmac_init_ipad(const struct auth_hash * axf,const char * key,int klen,void * auth_ctx) hmac_init_ipad() argument 430 hmac_init_opad(const struct auth_hash * axf,const char * key,int klen,void * auth_ctx) hmac_init_opad() argument [all...] |
/freebsd-src/sys/dev/cxgbe/crypto/ |
H A D | t4_keyctx.c | 311 t4_copy_partial_hash(int alg, union authctx *auth_ctx, void *dst) in t4_copy_partial_hash() 352 union authctx auth_ctx; in t4_init_hmac_digest() local
|
H A D | t4_crypto.c | 2049 union authctx auth_ctx; in ccr_init_hash_digest() local
|
/freebsd-src/sys/crypto/ccp/ |
H A D | ccp.c | 234 union authctx auth_ctx; in ccp_init_hmac_digest() local
|
H A D | ccp_hardware.c | 1206 union authctx auth_ctx; in ccp_do_hmac_done() local
|
/freebsd-src/sys/dev/cesa/ |
H A D | cesa.c | 423 union authctx auth_ctx; in cesa_set_mkey() local
|