Home
last modified time | relevance | path

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

/openbmc/linux/crypto/asymmetric_keys/
H A Dx509_cert_parser.c28 enum OID sig_algo; /* Algorithm used to sign the cert */ member
263 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()
268 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()
273 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()
278 ctx->sig_algo = ctx->last_oid; in x509_note_sig_algo()
298 if (ctx->last_oid != ctx->sig_algo) { in x509_note_signature()
300 ctx->last_oid, ctx->sig_algo); in x509_note_signature()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/
H A Dacr.h121 u16 sig_algo; member