Searched refs:paramp (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmseclib.c | 76 NLM_CRYPTO_PKT_DESC_SIZE(cmd->nsegs), vtophys(cmd->paramp)); in nlm_crypto_complete_sec_request() 106 srcseg = nlm_crypto_fill_src_seg(cmd->paramp, srcseg, in nlm_crypto_form_srcdst_segs() 108 dstseg = nlm_crypto_fill_dst_seg(cmd->paramp, dstseg, in nlm_crypto_form_srcdst_segs() 120 srcseg = nlm_crypto_fill_src_seg(cmd->paramp, srcseg, in nlm_crypto_form_srcdst_segs() 123 dstseg = nlm_crypto_fill_dst_seg(cmd->paramp, in nlm_crypto_form_srcdst_segs() 141 srcseg = nlm_crypto_fill_src_seg(cmd->paramp, srcseg, in nlm_crypto_form_srcdst_segs() 144 dstseg = nlm_crypto_fill_dst_seg(cmd->paramp, in nlm_crypto_form_srcdst_segs() 153 srcseg = nlm_crypto_fill_src_seg(cmd->paramp, srcseg, in nlm_crypto_form_srcdst_segs() 156 dstseg = nlm_crypto_fill_dst_seg(cmd->paramp, dstseg, in nlm_crypto_form_srcdst_segs() 181 nlm_crypto_fill_cipher_pkt_param(cmd->ctrlp, cmd->paramp, in nlm_crypto_do_cipher() [all …]
|
| H A D | nlmsec.c | 134 msg1 = cmd->paramp->desc0; in print_crypto_params() 135 msg2 = cmd->paramp->desc1; in print_crypto_params() 136 msg3 = cmd->paramp->desc2; in print_crypto_params() 137 msg4 = cmd->paramp->desc3; in print_crypto_params() 138 msg5 = cmd->paramp->segment[0][0]; in print_crypto_params() 139 msg6 = cmd->paramp->segment[0][1]; in print_crypto_params() 212 printf("paramp :0x%x\n",(uint32_t)cmd->paramp); in print_cmd() 525 if ((cmd->paramp = malloc(sizeof(struct nlm_crypto_pkt_param) + in xlp_alloc_cmd_params() 530 if (((uintptr_t)cmd->paramp & (XLP_L2L3_CACHELINE_SIZE - 1))) { in xlp_alloc_cmd_params() 553 if (cmd->paramp != NULL) in xlp_free_cmd_params() [all …]
|
| H A D | nlmseclib.h | 95 struct nlm_crypto_pkt_param *paramp; member
|