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.c212 const unsigned char input[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ecb()
213 unsigned char output[MBEDTLS_BLOWFISH_BLOCKSIZE] ) in mbedtls_blowfish_crypt_ecb()
247 unsigned char iv[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_cbc()
308 unsigned char iv[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_cfb64()
367 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ctr()
368 unsigned char stream_block[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ctr()
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dblowfish.h41 #define MBEDTLS_BLOWFISH_BLOCKSIZE 8 /* Blowfish uses 64 bit blocks */ macro