Searched refs:next (Results 1 – 11 of 11) sorted by relevance
134 if (sinfo == NULL || sinfo->next != NULL) in pkcs7_get_digest()166 for (x509 = pkcs7->certs; x509; x509 = x509->next, certix++) { in pkcs7_find_key()203 for (p = pkcs7->certs; p; p = p->next) in pkcs7_verify_sig_chain()251 for (p = pkcs7->certs; p; p = p->next) { in pkcs7_verify_sig_chain()260 for (p = pkcs7->certs; p; p = p->next) { in pkcs7_verify_sig_chain()441 for (sinfo = pkcs7->signed_infos; sinfo; sinfo = sinfo->next) { in pkcs7_verify()
65 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()437 ctx->ppcerts = &x509->next; in pkcs7_extract_cert()701 ctx->ppsinfo = &sinfo->next; in pkcs7_note_signed_info()
502 char *next; in asymmetric_lookup_restriction() local517 next = parse_buf; in asymmetric_lookup_restriction()518 restrict_method = strsep(&next, ":"); in asymmetric_lookup_restriction()520 if ((strcmp(restrict_method, "key_or_keyring") == 0) && next) { in asymmetric_lookup_restriction()528 key_text = strsep(&next, ":"); in asymmetric_lookup_restriction()530 if (next) { in asymmetric_lookup_restriction()531 if (strcmp(next, "chain") != 0) in asymmetric_lookup_restriction()
166 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()
18 struct pkcs7_signed_info *next; member
14 struct x509_certificate *next; member
60 tmpl->next = template_list; in do_xor_register()89 tmpl->next = template_list; in do_xor_speed()148 for (f = fastest; f; f = f->next) in calibrate_xor_blocks()
300 static inline __u64 jent_delta(__u64 prev, __u64 next) in jent_delta() argument303 return (prev < next) ? (next - prev) : in jent_delta()304 (JENT_UINT64_MAX - prev + 1 + next); in jent_delta()
64 struct scatterlist *next) in pkcs1pad_sg_set_buf() argument66 int nsegs = next ? 2 : 1; in pkcs1pad_sg_set_buf()71 if (next) in pkcs1pad_sg_set_buf()72 sg_chain(sg, nsegs, next); in pkcs1pad_sg_set_buf()
225 if (spawns->next == NULL) in crypto_remove_spawns()666 struct crypto_spawn *next; in crypto_register_instance() local671 next = spawn->next; in crypto_register_instance()679 spawn = next; in crypto_register_instance()746 spawn->next = inst->spawns; in crypto_grab_spawn()994 queue->backlog = queue->backlog->next; in crypto_dequeue_request()996 request = queue->list.next; in crypto_dequeue_request()
87 .next = c_next,
Completed in 20 milliseconds