Searched refs:paramlen (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/crypto/asymmetric_keys/ |
A D | public_key.c | 170 key = kmalloc(pkey->keylen + sizeof(u32) * 2 + pkey->paramlen, in software_key_query() 177 ptr = pkey_pack_u32(ptr, pkey->paramlen); in software_key_query() 178 memcpy(ptr, pkey->params, pkey->paramlen); in software_key_query() 259 key = kmalloc(pkey->keylen + sizeof(u32) * 2 + pkey->paramlen, in software_key_eds_op() 267 ptr = pkey_pack_u32(ptr, pkey->paramlen); in software_key_eds_op() 268 memcpy(ptr, pkey->params, pkey->paramlen); in software_key_eds_op() 423 key = kmalloc(pkey->keylen + sizeof(u32) * 2 + pkey->paramlen, in public_key_verify_signature() 431 ptr = pkey_pack_u32(ptr, pkey->paramlen); in public_key_verify_signature() 432 memcpy(ptr, pkey->params, pkey->paramlen); in public_key_verify_signature()
|
A D | x509_cert_parser.c | 113 cert->pub->paramlen = ctx->params_size; in x509_cert_parse()
|
/linux-6.3-rc2/net/caif/ |
A D | cfctrl.c | 101 && p1->u.utility.paramlen == p2->u.utility.paramlen in param_eq() 103 p1->u.utility.paramlen) == 0; in param_eq() 264 tmp8 = param->u.utility.paramlen; in cfctrl_linkup_request() 267 param->u.utility.paramlen); in cfctrl_linkup_request() 474 linkparam.u.utility.paramlen = len; in cfctrl_recv()
|
A D | cfcnfg.c | 281 l->u.utility.paramlen = s->param.size; in caif_connect_req_to_link_param() 282 if (l->u.utility.paramlen > sizeof(l->u.utility.params)) in caif_connect_req_to_link_param() 283 l->u.utility.paramlen = sizeof(l->u.utility.params); in caif_connect_req_to_link_param() 286 l->u.utility.paramlen); in caif_connect_req_to_link_param()
|
/linux-6.3-rc2/crypto/ |
A D | ecrdsa.c | 196 u32 algo, paramlen; in ecrdsa_set_pub_key() local 205 params = ecrdsa_unpack_u32(¶mlen, in ecrdsa_set_pub_key() 221 err = asn1_ber_decoder(&ecrdsa_params_decoder, ctx, params, paramlen); in ecrdsa_set_pub_key()
|
/linux-6.3-rc2/include/crypto/ |
A D | public_key.h | 27 u32 paramlen; member
|
/linux-6.3-rc2/include/net/caif/ |
A D | cfctrl.h | 85 u16 paramlen; /* Length of Link Setup member
|
/linux-6.3-rc2/net/sctp/ |
A D | sm_make_chunk.c | 2868 int paramlen = sizeof(param); in sctp_make_asconf_update_ip() local 2884 totallen += paramlen; in sctp_make_asconf_update_ip() 2890 totallen += paramlen; in sctp_make_asconf_update_ip() 2912 param.param_hdr.length = htons(paramlen + addr_param_len); in sctp_make_asconf_update_ip() 2915 sctp_addto_chunk(retval, paramlen, ¶m); in sctp_make_asconf_update_ip() 2925 param.param_hdr.length = htons(paramlen + addr_param_len); in sctp_make_asconf_update_ip() 2928 sctp_addto_chunk(retval, paramlen, ¶m); in sctp_make_asconf_update_ip()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | BusLogic.c | 345 void *param, int paramlen, void *reply, int replylen) in blogic_cmd() argument 395 while (paramlen > 0 && --timeout >= 0) { in blogic_cmd() 423 paramlen--; in blogic_cmd() 544 if (paramlen > 0) { in blogic_cmd()
|
Completed in 23 milliseconds