Searched refs:EKEYEXPIRED (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 139 #define EKEYEXPIRED 127 /* 密钥已过期 Key has expired */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 264 EKEYEXPIRED = 127, enumerator |