HomeSort by: relevance | last modified time | path
    Searched defs:ENOSYS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
utils.c 49 #ifndef ENOSYS
50 # define ENOSYS ENXIO
370 errno = ENOSYS;
387 errno = ENOSYS;
401 errno = ENOSYS;
415 errno = ENOSYS;
429 errno = ENOSYS;
632 errno = ENOSYS;
  /src/sys/sys/
errno.h 137 #define ENOSYS 78 /* Function not implemented */
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 33 #ifndef ENOSYS
34 # define ENOSYS ENXIO
934 errno = ENOSYS;
945 errno = ENOSYS;
960 errno = ENOSYS;
971 errno = ENOSYS;
979 errno = ENOSYS;
992 errno = ENOSYS;
1003 errno = ENOSYS;
1015 errno = ENOSYS;
    [all...]

Completed in 64 milliseconds