Home
last modified time | relevance | path

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

/linux/crypto/asymmetric_keys/
A Dx509_cert_parser.c162 if (ctx->last_oid == OID__NR) { in x509_note_OID()
200 switch (ctx->last_oid) { in x509_note_pkey_algo()
266 ctx->algo_oid = ctx->last_oid; in x509_note_pkey_algo()
271 ctx->algo_oid = ctx->last_oid; in x509_note_pkey_algo()
276 ctx->algo_oid = ctx->last_oid; in x509_note_pkey_algo()
281 ctx->algo_oid = ctx->last_oid; in x509_note_pkey_algo()
296 if (ctx->last_oid != ctx->algo_oid) { in x509_note_signature()
298 ctx->algo_oid, ctx->last_oid); in x509_note_signature()
341 switch (ctx->last_oid) { in x509_extract_name_segment()
490 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()
267 switch (ctx->last_oid) { in pkcs7_sig_note_pkey_algo()
281 printk("Unsupported pkey algo: %u\n", ctx->last_oid); in pkcs7_sig_note_pkey_algo()
296 if (ctx->last_oid != OID_signed_data) { in pkcs7_check_content_type()
448 if (ctx->last_oid != OID_data && in pkcs7_note_content()
449 ctx->last_oid != OID_msIndirectData) { in pkcs7_note_content()
454 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 32 milliseconds