Lines Matching refs:last_oid
29 enum OID last_oid; /* Last OID encountered */ member
155 ctx->last_oid = look_up_OID(value, vlen); in x509_note_OID()
156 if (ctx->last_oid == OID__NR) { in x509_note_OID()
192 pr_debug("PubKey Algo: %u\n", ctx->last_oid); in x509_note_pkey_algo()
194 switch (ctx->last_oid) { in x509_note_pkey_algo()
231 ctx->algo_oid = ctx->last_oid; in x509_note_pkey_algo()
244 pr_debug("Signature type: %u size %zu\n", ctx->last_oid, vlen); in x509_note_signature()
246 if (ctx->last_oid != ctx->algo_oid) { in x509_note_signature()
248 ctx->algo_oid, ctx->last_oid); in x509_note_signature()
288 switch (ctx->last_oid) { in x509_extract_name_segment()
415 if (ctx->last_oid != OID_rsaEncryption) in x509_extract_key_data()
442 pr_debug("Extension: %u\n", ctx->last_oid); in x509_process_extension()
444 if (ctx->last_oid == OID_subjectKeyIdentifier) { in x509_process_extension()
463 if (ctx->last_oid == OID_authorityKeyIdentifier) { in x509_process_extension()