Home
last modified time | relevance | path

Searched defs:ipad (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/libecc/src/hash/
H A Dhmac.c19 u8 ipad[MAX_BLOCK_SIZE]; in hmac_init() local
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_hash_sw_precomputes.c186 Cpa8U *ipad = pHmacIpadQatData->data + i; in LacSymHash_HmacPreComputes() local
/freebsd/contrib/bsnmp/lib/
H A Dsnmpcrypto.c61 static const uint8_t ipad = 0x36; variable
/freebsd/sys/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c330 uint64_t ipad[SHA512_HMAC_BLOCK_SIZE / sizeof (uint64_t)] = {0}; in sha2_mac_init_ctx() local
/freebsd/sys/crypto/ccp/
H A Dccp.h68 char ipad[CCP_HASH_MAX_BLOCK_SIZE]; member
/freebsd/sys/netinet/
H A Dsctp_auth.c918 uint8_t ipad[128], opad[128]; /* keyed hash inner/outer pads */ in sctp_hmac() local
978 uint8_t ipad[128], opad[128]; /* keyed hash inner/outer pads */ in sctp_hmac_m() local
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.h235 __u8 ipad[64]; member
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1357 const uint8_t *key, int klen, uint8_t *ipad, uint8_t *opad) in safexcel_setkey_hmac()
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto.c191 unsigned char *ipad, *opad; in _krb5_internal_hmac() local