Home
last modified time | relevance | path

Searched refs:KEY_EFLAG_DIGITALSIG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/crypto/asymmetric_keys/
H A Drestrict.c145 if (test_bit(KEY_EFLAG_DIGITALSIG, &pkey->key_eflags)) in restrict_link_by_ca()
182 if (!test_bit(KEY_EFLAG_DIGITALSIG, &pkey->key_eflags)) in restrict_link_by_digsig()
H A Dx509_cert_parser.c602 ctx->cert->pub->key_eflags |= 1 << KEY_EFLAG_DIGITALSIG; in x509_process_extension()
/openbmc/linux/include/crypto/
H A Dpublic_key.h33 #define KEY_EFLAG_DIGITALSIG 1 /* set if the digitalSignature usage is set */ macro