Home
last modified time | relevance | path

Searched refs:sig_algo (Results 1 – 2 of 2) sorted by relevance

/linux/crypto/asymmetric_keys/
H A Dx509_cert_parser.c28 enum OID sig_algo; /* Algorithm used to sign the cert */ member
274 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()
279 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()
284 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()
290 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()
310 if (ctx->last_oid != ctx->sig_algo) { in x509_note_signature()
312 ctx->last_oid, ctx->sig_algo); in x509_note_signature()
/linux/drivers/gpu/drm/nouveau/include/nvfw/
H A Dacr.h121 u16 sig_algo; member