Home
last modified time | relevance | path

Searched refs:MBEDTLS_BLOWFISH_ENCRYPT (Results 1 – 6 of 6) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dblowfish.c240 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/
Dtest_suite_blowfish.function23 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/
Dblowfish.h36 #define MBEDTLS_BLOWFISH_ENCRYPT 1 macro
Dcompat-1.3.h683 #define BLOWFISH_ENCRYPT MBEDTLS_BLOWFISH_ENCRYPT
/openthread-2.7.6/third_party/mbedtls/repo/programs/test/
Dbenchmark.c674 mbedtls_blowfish_crypt_cbc( &blowfish, MBEDTLS_BLOWFISH_ENCRYPT, BUFSIZE, in main()
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt39 BLOWFISH_ENCRYPT MBEDTLS_BLOWFISH_ENCRYPT