Home
last modified time | relevance | path

Searched refs:paramlen (Results 1 – 9 of 9) sorted by relevance

/linux/crypto/asymmetric_keys/
H A Dpublic_key.c188 key = kmalloc(pkey->keylen + sizeof(u32) * 2 + pkey->paramlen, in software_key_query()
196 ptr = pkey_pack_u32(ptr, pkey->paramlen); in software_key_query()
197 memcpy(ptr, pkey->params, pkey->paramlen); in software_key_query()
296 key = kmalloc(pkey->keylen + sizeof(u32) * 2 + pkey->paramlen, in software_key_eds_op()
304 ptr = pkey_pack_u32(ptr, pkey->paramlen); in software_key_eds_op()
305 memcpy(ptr, pkey->params, pkey->paramlen); in software_key_eds_op()
418 key = kmalloc(pkey->keylen + sizeof(u32) * 2 + pkey->paramlen, in public_key_verify_signature()
428 ptr = pkey_pack_u32(ptr, pkey->paramlen); in public_key_verify_signature()
429 memcpy(ptr, pkey->params, pkey->paramlen); in public_key_verify_signature()
H A Dx509_cert_parser.c111 cert->pub->paramlen = ctx->params_size; in x509_cert_parse()
/linux/net/caif/
H A Dcfctrl.c101 && p1->u.utility.paramlen == p2->u.utility.paramlen in param_eq()
103 p1->u.utility.paramlen) == 0; in param_eq()
262 tmp8 = param->u.utility.paramlen; in cfctrl_linkup_request()
265 param->u.utility.paramlen); in cfctrl_linkup_request()
448 linkparam.u.utility.paramlen = len; in cfctrl_link_setup()
H A Dcfcnfg.c281 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/crypto/
H A Decrdsa.c188 u32 algo, paramlen; in ecrdsa_set_pub_key() local
197 params = ecrdsa_unpack_u32(&paramlen, in ecrdsa_set_pub_key()
213 err = asn1_ber_decoder(&ecrdsa_params_decoder, ctx, params, paramlen); in ecrdsa_set_pub_key()
/linux/include/crypto/
H A Dpublic_key.h28 u32 paramlen; member
/linux/include/net/caif/
H A Dcfctrl.h85 u16 paramlen; /* Length of Link Setup member
/linux/net/sctp/
H A Dsm_make_chunk.c2830 int paramlen = sizeof(param); in sctp_make_asconf_update_ip() local
2846 totallen += paramlen; in sctp_make_asconf_update_ip()
2852 totallen += paramlen; in sctp_make_asconf_update_ip()
2874 param.param_hdr.length = htons(paramlen + addr_param_len); in sctp_make_asconf_update_ip()
2877 sctp_addto_chunk(retval, paramlen, &param); in sctp_make_asconf_update_ip()
2887 param.param_hdr.length = htons(paramlen + addr_param_len); in sctp_make_asconf_update_ip()
2890 sctp_addto_chunk(retval, paramlen, &param); in sctp_make_asconf_update_ip()
/linux/drivers/scsi/
H A DBusLogic.c346 void *param, int paramlen, void *reply, int replylen) in blogic_cmd() argument
396 while (paramlen > 0 && --timeout >= 0) { in blogic_cmd()
424 paramlen--; in blogic_cmd()
545 if (paramlen > 0) { in blogic_cmd()