Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt.h55 CRYPT_FILE_NOTFOUND, /* File Not Found */ enumerator
/external/dropbear/libtomcrypt/src/hashes/helper/
Dhash_file.c42 return CRYPT_FILE_NOTFOUND; in hash_file()
/external/dropbear/libtomcrypt/src/mac/xcbc/
Dxcbc_file.c50 return CRYPT_FILE_NOTFOUND; in xcbc_file()
/external/dropbear/libtomcrypt/src/mac/f9/
Df9_file.c50 return CRYPT_FILE_NOTFOUND; in f9_file()
/external/dropbear/libtomcrypt/src/mac/pmac/
Dpmac_file.c51 return CRYPT_FILE_NOTFOUND; in pmac_file()
/external/dropbear/libtomcrypt/src/mac/omac/
Domac_file.c50 return CRYPT_FILE_NOTFOUND; in omac_file()
/external/dropbear/libtomcrypt/src/mac/hmac/
Dhmac_file.c58 return CRYPT_FILE_NOTFOUND; in hmac_file()
/external/dropbear/libtomcrypt/
Dchanges714 -- Added error CRYPT_FILE_NOTFOUND for the file [hmac/hash] routines.