Home
last modified time | relevance | path

Searched refs:CRYPT_FILE_NOTFOUND (Results 1 – 11 of 11) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt.h60 CRYPT_FILE_NOTFOUND, /* File Not Found */ enumerator
/optee_os/core/lib/libtomcrypt/src/hashes/helper/
H A Dhash_file.c32 return CRYPT_FILE_NOTFOUND; in hash_file()
/optee_os/core/lib/libtomcrypt/src/mac/xcbc/
H A Dxcbc_file.c57 err = CRYPT_FILE_NOTFOUND; in xcbc_file()
/optee_os/core/lib/libtomcrypt/src/mac/pmac/
H A Dpmac_file.c58 err = CRYPT_FILE_NOTFOUND; in pmac_file()
/optee_os/core/lib/libtomcrypt/src/mac/poly1305/
H A Dpoly1305_file.c53 err = CRYPT_FILE_NOTFOUND; in poly1305_file()
/optee_os/core/lib/libtomcrypt/src/mac/blake2/
H A Dblake2smac_file.c48 err = CRYPT_FILE_NOTFOUND; in blake2smac_file()
H A Dblake2bmac_file.c48 err = CRYPT_FILE_NOTFOUND; in blake2bmac_file()
/optee_os/core/lib/libtomcrypt/src/mac/f9/
H A Df9_file.c57 err = CRYPT_FILE_NOTFOUND; in f9_file()
/optee_os/core/lib/libtomcrypt/src/mac/omac/
H A Domac_file.c57 err = CRYPT_FILE_NOTFOUND; in omac_file()
/optee_os/core/lib/libtomcrypt/src/mac/hmac/
H A Dhmac_file.c60 err = CRYPT_FILE_NOTFOUND; in hmac_file()
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_constants.c41 C_STRINGIFY(CRYPT_FILE_NOTFOUND),