Lines Matching refs:last_oid
30 enum OID last_oid; /* Last OID encountered */ member
145 ctx->last_oid = look_up_OID(value, vlen); in x509_note_OID()
146 if (ctx->last_oid == OID__NR) { in x509_note_OID()
182 pr_debug("PubKey Algo: %u\n", ctx->last_oid); in x509_note_pkey_algo()
184 switch (ctx->last_oid) { in x509_note_pkey_algo()
221 ctx->algo_oid = ctx->last_oid; in x509_note_pkey_algo()
234 pr_debug("Signature type: %u size %zu\n", ctx->last_oid, vlen); in x509_note_signature()
236 if (ctx->last_oid != ctx->algo_oid) { in x509_note_signature()
238 ctx->algo_oid, ctx->last_oid); in x509_note_signature()
269 switch (ctx->last_oid) { in x509_extract_name_segment()
396 if (ctx->last_oid != OID_rsaEncryption) in x509_extract_key_data()
444 pr_debug("Extension: %u\n", ctx->last_oid); in x509_process_extension()
446 if (ctx->last_oid == OID_subjectKeyIdentifier) { in x509_process_extension()
467 if (ctx->last_oid == OID_authorityKeyIdentifier) { in x509_process_extension()