Searched refs:MBEDTLS_BLOWFISH_ENCRYPT (Results 1 – 6 of 6) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | blowfish.c | 240 BLOWFISH_VALIDATE_RET( mode == MBEDTLS_BLOWFISH_ENCRYPT || in mbedtls_blowfish_crypt_ecb() 277 BLOWFISH_VALIDATE_RET( mode == MBEDTLS_BLOWFISH_ENCRYPT || in mbedtls_blowfish_crypt_cbc() 339 BLOWFISH_VALIDATE_RET( mode == MBEDTLS_BLOWFISH_ENCRYPT || in mbedtls_blowfish_crypt_cfb64() 355 mbedtls_blowfish_crypt_ecb( ctx, MBEDTLS_BLOWFISH_ENCRYPT, iv, iv ); in mbedtls_blowfish_crypt_cfb64() 369 mbedtls_blowfish_crypt_ecb( ctx, MBEDTLS_BLOWFISH_ENCRYPT, iv, iv ); in mbedtls_blowfish_crypt_cfb64() 411 mbedtls_blowfish_crypt_ecb( ctx, MBEDTLS_BLOWFISH_ENCRYPT, nonce_counter, in mbedtls_blowfish_crypt_ctr()
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_blowfish.function | 23 size_t valid_mode = MBEDTLS_BLOWFISH_ENCRYPT; 182 …TEST_ASSERT( mbedtls_blowfish_crypt_ecb( &ctx, MBEDTLS_BLOWFISH_ENCRYPT, src_str->x, output ) == 0… 230 …TEST_ASSERT( mbedtls_blowfish_crypt_cbc( &ctx, MBEDTLS_BLOWFISH_ENCRYPT, src_str->len , iv_str->x,… 282 …TEST_ASSERT( mbedtls_blowfish_crypt_cfb64( &ctx, MBEDTLS_BLOWFISH_ENCRYPT, src_str->len, &iv_offse…
|
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | blowfish.h | 36 #define MBEDTLS_BLOWFISH_ENCRYPT 1 macro
|
D | compat-1.3.h | 683 #define BLOWFISH_ENCRYPT MBEDTLS_BLOWFISH_ENCRYPT
|
/openthread-2.7.6/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 674 mbedtls_blowfish_crypt_cbc( &blowfish, MBEDTLS_BLOWFISH_ENCRYPT, BUFSIZE, in main()
|
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/ |
D | rename-1.3-2.0.txt | 39 BLOWFISH_ENCRYPT MBEDTLS_BLOWFISH_ENCRYPT
|