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

/linux-master/include/crypto/
H A Dpublic_key.h34 #define KEY_EFLAG_DIGITALSIG 1 /* set if the digitalSignature usage is set */ macro
/linux-master/crypto/asymmetric_keys/
H A Drestrict.c149 if (test_bit(KEY_EFLAG_DIGITALSIG, &pkey->key_eflags))
186 if (!test_bit(KEY_EFLAG_DIGITALSIG, &pkey->key_eflags))
H A Dx509_cert_parser.c620 ctx->cert->pub->key_eflags |= 1 << KEY_EFLAG_DIGITALSIG;

Completed in 150 milliseconds