Searched refs:last_oid (Results 1 – 3 of 3) sorted by relevance
28 enum OID last_oid; /* Last OID encountered */ member161 ctx->last_oid = look_up_OID(value, vlen); in x509_note_OID()162 if (ctx->last_oid == OID__NR) { in x509_note_OID()198 pr_debug("PubKey Algo: %u\n", ctx->last_oid); in x509_note_pkey_algo()200 switch (ctx->last_oid) { in x509_note_pkey_algo()246 ctx->algo_oid = ctx->last_oid; in x509_note_pkey_algo()251 ctx->algo_oid = ctx->last_oid; in x509_note_pkey_algo()256 ctx->algo_oid = ctx->last_oid; in x509_note_pkey_algo()269 pr_debug("Signature type: %u size %zu\n", ctx->last_oid, vlen); in x509_note_signature()271 if (ctx->last_oid != ctx->algo_oid) { in x509_note_signature()[all …]
30 enum OID last_oid; /* Last OID encountered */ member210 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()252 printk("Unsupported digest algo: %u\n", ctx->last_oid); in pkcs7_sig_note_digest_algo()267 switch (ctx->last_oid) { in pkcs7_sig_note_pkey_algo()273 printk("Unsupported pkey algo: %u\n", ctx->last_oid); in pkcs7_sig_note_pkey_algo()288 if (ctx->last_oid != OID_signed_data) { in pkcs7_check_content_type()440 if (ctx->last_oid != OID_data && in pkcs7_note_content()441 ctx->last_oid != OID_msIndirectData) { in pkcs7_note_content()[all …]
23 enum OID last_oid; /* Last OID encountered */ member39 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()