Home
last modified time | relevance | path

Searched defs:MBEDTLS_BLOWFISH_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance

/external/openthread/third_party/mbedtls/repo/library/
Dblowfish.c194 const unsigned char input[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ecb()
195 unsigned char output[MBEDTLS_BLOWFISH_BLOCKSIZE]) in mbedtls_blowfish_crypt_ecb()
226 unsigned char iv[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_cbc()
285 unsigned char iv[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_cfb64()
342 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ctr()
343 unsigned char stream_block[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ctr()
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dblowfish.h29 #define MBEDTLS_BLOWFISH_BLOCKSIZE 8 /* Blowfish uses 64 bit blocks */ macro