Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/hal/
H A Dnlmsaelib.h286 nlm_crypto_form_pkt_desc2(unsigned int ivoff, unsigned int cipherbit_cnt, in nlm_crypto_form_pkt_desc2() argument
290 return (left_shift64(ivoff , 45, 16) | in nlm_crypto_form_pkt_desc2()
510 unsigned int hash_source, unsigned int ivoff, unsigned int ivlen, in nlm_crypto_fill_cipher_auth_pkt_param() argument
517 param->desc2 = nlm_crypto_form_pkt_desc2(ivoff, 0, cipheroff, 0, 0, in nlm_crypto_fill_cipher_auth_pkt_param()
537 unsigned int ivoff, unsigned int ivlen, unsigned int cipheroff, in nlm_crypto_fill_cipher_pkt_param() argument
542 param->desc2 = nlm_crypto_form_pkt_desc2(ivoff, 0, cipheroff, 0, 0, 0); in nlm_crypto_fill_cipher_pkt_param()
/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmsec.c220 printf("ivoff :%d\n",cmd->ivoff); in print_cmd()
621 cmd->ivoff = 0; in xlp_sec_process()
623 cmd->ivoff = crp->crp_iv_start; in xlp_sec_process()
667 cmd->ivoff = 0; in xlp_sec_process()
669 cmd->ivoff = crp->crp_iv_start; in xlp_sec_process()
H A Dnlmseclib.c182 CRYPTO_OP_IS_ENCRYPT(cmd->crp->crp_op) ? 1 : 0, cmd->ivoff, in nlm_crypto_do_cipher()
239 cmd->ivoff, cmd->ivlen, cmd->hashoff, cmd->hashlen, in nlm_crypto_do_cipher_digest()
H A Dnlmseclib.h105 uint32_t ivoff; member