Home
last modified time | relevance | path

Searched refs:authctx (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/crypto/blake2/
H A Dblake2-sw.c34 CTASSERT(sizeof(union authctx) >= sizeof(struct blake2b_xform_ctx));
102 CTASSERT(sizeof(union authctx) >= sizeof(struct blake2s_xform_ctx));
/f-stack/freebsd/opencrypto/
H A Dxform_auth.h88 union authctx { union
H A Dxform_poly1305.c14 CTASSERT(sizeof(union authctx) >= sizeof(struct poly1305_xform_ctx));
H A Dcryptosoft.c323 union authctx ctx; in swcr_authcompute()
396 union authctx ctx; in swcr_gmac()
474 union authctx ctx; in swcr_gcm()
652 union authctx ctx; in swcr_ccm_cbc_mac()
712 union authctx ctx; in swcr_ccm()
/f-stack/freebsd/crypto/via/
H A Dpadlock_hash.c74 CTASSERT(sizeof(struct padlock_sha_ctx) <= sizeof(union authctx));
286 union authctx ctx; in padlock_authcompute()
/f-stack/freebsd/crypto/ccp/
H A Dccp.c233 union authctx auth_ctx; in ccp_init_hmac_digest()
H A Dccp_hardware.c1208 union authctx auth_ctx; in ccp_do_hmac_done()