Home
last modified time | relevance | path

Searched refs:last_oid (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/crypto/asymmetric_keys/
A Dx509_cert_parser.c160 if (ctx->last_oid == OID__NR) { in x509_note_OID()
197 switch (ctx->last_oid) { in x509_note_sig_algo()
263 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()
268 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()
273 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()
278 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()
298 if (ctx->last_oid != ctx->sig_algo) { in x509_note_signature()
300 ctx->last_oid, ctx->sig_algo); in x509_note_signature()
343 switch (ctx->last_oid) { in x509_extract_name_segment()
502 ctx->key_algo = ctx->last_oid; in x509_extract_key_data()
[all …]
A Dpkcs7_parser.c30 enum OID last_oid; /* Last OID encountered */ member
210 ctx->last_oid = look_up_OID(value, vlen); in pkcs7_note_OID()
211 if (ctx->last_oid == OID__NR) { in pkcs7_note_OID()
229 switch (ctx->last_oid) { in pkcs7_sig_note_digest_algo()
276 switch (ctx->last_oid) { in pkcs7_sig_note_pkey_algo()
299 printk("Unsupported pkey algo: %u\n", ctx->last_oid); in pkcs7_sig_note_pkey_algo()
314 if (ctx->last_oid != OID_signed_data) { in pkcs7_check_content_type()
466 if (ctx->last_oid != OID_data && in pkcs7_note_content()
467 ctx->last_oid != OID_msIndirectData) { in pkcs7_note_content()
472 ctx->msg->data_type = ctx->last_oid; in pkcs7_note_content()
[all …]
A Dpkcs8_parser.c23 enum OID last_oid; /* Last OID encountered */ member
39 ctx->last_oid = look_up_OID(value, vlen); in pkcs8_note_OID()
40 if (ctx->last_oid == OID__NR) { in pkcs8_note_OID()
73 if (ctx->last_oid != OID_rsaEncryption) in pkcs8_note_algo()

Completed in 11 milliseconds