Home
last modified time | relevance | path

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

/freebsd/sys/dev/cesa/
H A Dcesa.c421 cesa_set_mkey(struct cesa_session *cs, int alg, const uint8_t *mkey, int mklen) in cesa_set_mkey() argument
433 hmac_init_ipad(&auth_hash_hmac_sha1, mkey, mklen, &auth_ctx); in cesa_set_mkey()
436 hmac_init_opad(&auth_hash_hmac_sha1, mkey, mklen, &auth_ctx); in cesa_set_mkey()
441 hmac_init_ipad(&auth_hash_hmac_sha2_256, mkey, mklen, in cesa_set_mkey()
445 hmac_init_opad(&auth_hash_hmac_sha2_256, mkey, mklen, in cesa_set_mkey()