Searched refs:ENOKEY (Results 1 - 25 of 111) sorted by path

12345

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h115 #define ENOKEY 132 /* Required key not available */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h114 #define ENOKEY 161 /* Required key not available */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h105 #define ENOKEY 128 /* Required key not available */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h110 #define ENOKEY 126 /* Required key not available */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h115 #define ENOKEY 132 /* Required key not available */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h114 #define ENOKEY 161 /* Required key not available */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h105 #define ENOKEY 128 /* Required key not available */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h110 #define ENOKEY 126 /* Required key not available */ macro
/linux-master/arch/arm/crypto/
H A Dpoly1305-glue.c207 return -ENOKEY;
/linux-master/arch/arm64/crypto/
H A Dpoly1305-glue.c189 return -ENOKEY;
/linux-master/arch/mips/crypto/
H A Dpoly1305-glue.c154 return -ENOKEY;
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h71 #define ENOKEY 184 /* Required key not available */ macro
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c138 return -ENOKEY;
/linux-master/arch/s390/kernel/
H A Dcert_store.c307 return ERR_PTR(-ENOKEY);
474 rc = -ENOKEY;
500 return -ENOKEY;
547 rc = -ENOKEY;
607 * could be created (i.e. VCEs were invalid) return -ENOKEY.
632 return -ENOKEY;
H A Dmachine_kexec_file.c74 if (ret == -ENOKEY && IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING))
/linux-master/arch/x86/crypto/
H A Ddes3_ede_glue.c254 if (err == -ENOKEY) {
H A Dpoly1305_glue.c239 return -ENOKEY;
/linux-master/block/
H A Dsed-opal.c286 return -ENOKEY;
311 return -ENOKEY;
/linux-master/certs/
H A Dblacklist.c297 return -ENOKEY;
H A Dsystem_keyring.c334 if (ret != -ENOKEY) {
354 ret = -ENOKEY;
361 if (ret == -ENOKEY)
/linux-master/crypto/
H A Daead.c119 ret = -ENOKEY;
142 ret = -ENOKEY;
H A Daf_alg.c441 nokey = err == -ENOKEY;
H A Dahash.c276 return -ENOKEY;
411 err = -ENOKEY;
501 return -ENOKEY;
H A Dalgif_aead.c394 err = -ENOKEY;
560 return -ENOKEY;
H A Dalgif_hash.c315 err = -ENOKEY;
444 return -ENOKEY;

Completed in 333 milliseconds

12345