Home
last modified time | relevance | path

Searched refs:next (Results 1 – 10 of 10) sorted by relevance

/crypto/asymmetric_keys/
Dpkcs7_parser.c65 pkcs7->certs = cert->next; in pkcs7_free_message()
70 pkcs7->crl = cert->next; in pkcs7_free_message()
75 pkcs7->signed_infos = sinfo->next; in pkcs7_free_message()
100 for (sinfo = sinfo->next; sinfo; sinfo = sinfo->next) in pkcs7_check_authattrs()
158 ctx->certs = cert->next; in pkcs7_parse_message()
409 ctx->ppcerts = &x509->next; in pkcs7_extract_cert()
673 ctx->ppsinfo = &sinfo->next; in pkcs7_note_signed_info()
Dpkcs7_verify.c134 if (sinfo == NULL || sinfo->next != NULL) in pkcs7_get_digest()
167 for (x509 = pkcs7->certs; x509; x509 = x509->next, certix++) { in pkcs7_find_key()
210 for (p = pkcs7->certs; p; p = p->next) in pkcs7_verify_sig_chain()
261 for (p = pkcs7->certs; p; p = p->next) { in pkcs7_verify_sig_chain()
270 for (p = pkcs7->certs; p; p = p->next) { in pkcs7_verify_sig_chain()
451 for (sinfo = pkcs7->signed_infos; sinfo; sinfo = sinfo->next) { in pkcs7_verify()
Dasymmetric_type.c479 char *next; in asymmetric_lookup_restriction() local
494 next = parse_buf; in asymmetric_lookup_restriction()
495 restrict_method = strsep(&next, ":"); in asymmetric_lookup_restriction()
497 if ((strcmp(restrict_method, "key_or_keyring") == 0) && next) { in asymmetric_lookup_restriction()
505 key_text = strsep(&next, ":"); in asymmetric_lookup_restriction()
507 if (next) { in asymmetric_lookup_restriction()
508 if (strcmp(next, "chain") != 0) in asymmetric_lookup_restriction()
Dpkcs7_trust.c166 for (p = pkcs7->certs; p; p = p->next) in pkcs7_validate_trust()
169 for (sinfo = pkcs7->signed_infos; sinfo; sinfo = sinfo->next) { in pkcs7_validate_trust()
Dpkcs7_parser.h18 struct pkcs7_signed_info *next; member
Dx509_parser.h13 struct x509_certificate *next; member
/crypto/
Dxor.c66 tmpl->next = template_list; in do_xor_speed()
134 for (f = fastest; f; f = f->next) in calibrate_xor_blocks()
Drsa-pkcs1pad.c162 struct scatterlist *next) in pkcs1pad_sg_set_buf() argument
164 int nsegs = next ? 2 : 1; in pkcs1pad_sg_set_buf()
169 if (next) in pkcs1pad_sg_set_buf()
170 sg_chain(sg, nsegs, next); in pkcs1pad_sg_set_buf()
Dproc.c87 .next = c_next,
Dalgapi.c99 n->alg = (n->list.next == stack) ? alg : in crypto_more_spawns()
175 if (spawns->next == NULL) in crypto_remove_spawns()
938 queue->backlog = queue->backlog->next; in crypto_dequeue_request()
940 request = queue->list.next; in crypto_dequeue_request()