Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/
H A Dhmacsha.c205 unsigned char ipad[ISC_SHA1_BLOCK_LENGTH]; in isc_hmacsha1_init() local
273 unsigned char ipad[ISC_SHA224_BLOCK_LENGTH]; in isc_hmacsha224_init() local
339 unsigned char ipad[ISC_SHA256_BLOCK_LENGTH]; in isc_hmacsha256_init() local
405 unsigned char ipad[ISC_SHA384_BLOCK_LENGTH]; in isc_hmacsha384_init() local
471 unsigned char ipad[ISC_SHA512_BLOCK_LENGTH]; in isc_hmacsha512_init() local
H A Dhmacmd5.c75 unsigned char ipad[PADLEN]; in isc_hmacmd5_init() local
/freebsd-13.1/contrib/bsnmp/lib/
H A Dsnmpcrypto.c62 static const uint8_t ipad = 0x36; variable
/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_tls.h109 unsigned char ipad[MAX_MAC_KSZ]; member
116 unsigned char ipad[MAX_MAC_KSZ]; member
318 __u8 ipad[64]; member
/freebsd-13.1/sys/contrib/openzfs/module/icp/io/
H A Dsha1_mod.c660 uint32_t ipad[SHA1_HMAC_INTS_PER_BLOCK]; in sha1_mac_init_ctx() local
H A Dsha2_mod.c720 uint64_t ipad[SHA512_HMAC_BLOCK_SIZE / sizeof (uint64_t)]; in sha2_mac_init_ctx() local
/freebsd-13.1/sys/crypto/ccp/
H A Dccp.h70 char ipad[CCP_HASH_MAX_BLOCK_SIZE]; member
/freebsd-13.1/sys/netinet/
H A Dsctp_auth.c921 uint8_t ipad[128], opad[128]; /* keyed hash inner/outer pads */ in sctp_hmac() local
981 uint8_t ipad[128], opad[128]; /* keyed hash inner/outer pads */ in sctp_hmac_m() local
/freebsd-13.1/sys/dev/safexcel/
H A Dsafexcel.c1360 const uint8_t *key, int klen, uint8_t *ipad, uint8_t *opad) in safexcel_setkey_hmac()
/freebsd-13.1/sys/dev/cxgbe/crypto/
H A Dt4_kern_tls.c103 __u8 ipad[64]; member
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dcrypto.c191 unsigned char *ipad, *opad; in _krb5_internal_hmac() local