Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/
Dblowfish.c235 const unsigned char input[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ecb()
236 unsigned char output[MBEDTLS_BLOWFISH_BLOCKSIZE] ) in mbedtls_blowfish_crypt_ecb()
270 unsigned char iv[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_cbc()
331 unsigned char iv[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_cfb64()
390 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ctr()
391 unsigned char stream_block[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ctr()
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/
Dblowfish.h37 #define MBEDTLS_BLOWFISH_BLOCKSIZE 8 /* Blowfish uses 64 bit blocks */ macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dblowfish.h43 #define MBEDTLS_BLOWFISH_BLOCKSIZE 8 /* Blowfish uses 64 bit blocks */ macro