Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/hal/
H A Dnlmsaelib.h265 nlm_crypto_form_pkt_desc1(unsigned int cipherlen, unsigned int hashlen) in nlm_crypto_form_pkt_desc1() argument
267 return (left_shift64_mask((cipherlen - 1), 32, 32) | in nlm_crypto_form_pkt_desc1()
512 unsigned int cipheroff, unsigned int cipherlen, unsigned char *hashdst_addr) in nlm_crypto_fill_cipher_auth_pkt_param() argument
516 param->desc1 = nlm_crypto_form_pkt_desc1(cipherlen, hashlen); in nlm_crypto_fill_cipher_auth_pkt_param()
538 unsigned int cipherlen) in nlm_crypto_fill_cipher_pkt_param() argument
541 param->desc1 = nlm_crypto_form_pkt_desc1(cipherlen, 1); in nlm_crypto_fill_cipher_pkt_param()
/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmseclib.c183 cmd->ivlen, cmd->cipheroff, cmd->cipherlen); in nlm_crypto_do_cipher()
240 cmd->hmacpad, cmd->cipheroff, cmd->cipherlen, in nlm_crypto_do_cipher_digest()
H A Dnlmseclib.h104 uint32_t cipherlen; member
H A Dnlmsec.c219 printf("cipherlen :%d\n",cmd->cipherlen); in print_cmd()
618 cmd->cipherlen = crp->crp_payload_length; in xlp_sec_process()
663 cmd->cipherlen = crp->crp_payload_length; in xlp_sec_process()