Home
last modified time | relevance | path

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

/openbmc/linux/crypto/asymmetric_keys/
H A Drestrict.c139 if (!test_bit(KEY_EFLAG_CA, &pkey->key_eflags)) in restrict_link_by_ca()
185 if (test_bit(KEY_EFLAG_CA, &pkey->key_eflags)) in restrict_link_by_digsig()
H A Dx509_cert_parser.c635 ctx->cert->pub->key_eflags |= 1 << KEY_EFLAG_CA; in x509_process_extension()
/openbmc/linux/include/crypto/
H A Dpublic_key.h32 #define KEY_EFLAG_CA 0 /* set if the CA basic constraints is set */ macro