Searched refs:sig_algo (Results 1 – 2 of 2) sorted by relevance
28 enum OID sig_algo; /* Algorithm used to sign the cert */ member265 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()270 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()275 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()295 if (ctx->last_oid != ctx->sig_algo) { in x509_note_signature()297 ctx->last_oid, ctx->sig_algo); in x509_note_signature()
121 u16 sig_algo; member