Searched refs:hmacpad (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/mips/nlm/hal/
H A Dnlmsaelib.h305 * hmacpad : 1 if hmac padding is already done
310 unsigned int hmacpad)
316 left_shift64(hmacpad, 5, 1));
502 * hmacpad : hmac padding required or not, 1 if already padded
511 unsigned int hashoff, unsigned int hashlen, unsigned int hmacpad,
520 hmacpad);
553 * hmacpad : hmac padding required or not, 1 if already padded
559 unsigned int hashlen, unsigned int hmacpad, unsigned char *hashdst_addr)
566 hmacpad);
308 nlm_crypto_form_pkt_desc3(unsigned int designer_vc, unsigned int taglen, unsigned int arc4_state_save_l3, unsigned int arc4_save_state, unsigned int hmacpad) argument
508 nlm_crypto_fill_cipher_auth_pkt_param(struct nlm_crypto_pkt_ctrl *ctrl, struct nlm_crypto_pkt_param *param, unsigned int encrypt, unsigned int hash_source, unsigned int ivoff, unsigned int ivlen, unsigned int hashoff, unsigned int hashlen, unsigned int hmacpad, unsigned int cipheroff, unsigned int cipherlen, unsigned char *hashdst_addr) argument
557 nlm_crypto_fill_auth_pkt_param(struct nlm_crypto_pkt_ctrl *ctrl, struct nlm_crypto_pkt_param *param, unsigned int hashoff, unsigned int hashlen, unsigned int hmacpad, unsigned char *hashdst_addr) argument
/freebsd-13-stable/sys/mips/nlm/dev/sec/
H A Dnlmseclib.h100 uint8_t hmacpad; member in struct:xlp_sec_command
H A Dnlmseclib.c206 cmd->hashoff, cmd->hashlen, cmd->hmacpad,
240 cmd->hmacpad, cmd->cipheroff, cmd->cipherlen,
H A Dnlmsec.c173 printf("p3: desfbid %d tlen %d arc4 %x hmacpad %d\n",
215 printf("hmacpad :%d\n",cmd->hmacpad);
635 cmd->hmacpad = 0;
657 cmd->hmacpad = 0;

Completed in 114 milliseconds