Searched refs:ENOKEY (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 138 #define ENOKEY 126 /* 所需的密钥不可用 Required key not available */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 262 ENOKEY = 126, enumerator |