Searched refs:Setkey (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | xform_cbc_mac.c | 16 .Setkey = AES_CBC_MAC_Setkey, 29 .Setkey = AES_CBC_MAC_Setkey, 42 .Setkey = AES_CBC_MAC_Setkey,
|
| H A D | xform_gmac.c | 75 .Setkey = AES_GMAC_Setkey, 89 .Setkey = AES_GMAC_Setkey, 103 .Setkey = AES_GMAC_Setkey,
|
| H A D | xform_auth.h | 60 void (*Setkey) (void *, const uint8_t *, u_int); member
|
| H A D | xform_null.c | 87 .Setkey = null_reinit,
|
| H A D | xform_poly1305.c | 88 .Setkey = xform_Poly1305_Setkey,
|
| H A D | cryptosoft.c | 305 axf->Setkey(sw->sw_ictx, key, klen); in swcr_authprepare() 1055 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth() 1068 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth() 1076 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth() 1123 axf->Setkey(swa->sw_ictx, csp->csp_cipher_key, in swcr_setup_gcm() 1167 axf->Setkey(swa->sw_ictx, csp->csp_cipher_key, in swcr_setup_ccm()
|
| /f-stack/freebsd/crypto/blake2/ |
| H A D | blake2-sw.c | 91 .Setkey = blake2b_xform_setkey, 159 .Setkey = blake2s_xform_setkey,
|