Searched refs:mbedtls_aes_crypt_ecb (Results 1 – 10 of 10) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | ctr_drbg.c | 202 mbedtls_aes_crypt_ecb( &aes_ctx, MBEDTLS_AES_ENCRYPT, chain, chain ); in block_cipher_df() 222 mbedtls_aes_crypt_ecb( &aes_ctx, MBEDTLS_AES_ENCRYPT, iv, iv ); in block_cipher_df() 253 mbedtls_aes_crypt_ecb( &ctx->aes_ctx, MBEDTLS_AES_ENCRYPT, ctx->counter, p ); in ctr_drbg_update_internal() 379 mbedtls_aes_crypt_ecb( &ctx->aes_ctx, MBEDTLS_AES_ENCRYPT, ctx->counter, tmp ); in mbedtls_ctr_drbg_random_with_add()
|
D | aes.c | 826 int mbedtls_aes_crypt_ecb( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ecb() function 890 mbedtls_aes_crypt_ecb( ctx, mode, input, output ); in mbedtls_aes_crypt_cbc() 909 mbedtls_aes_crypt_ecb( ctx, mode, output, output ); in mbedtls_aes_crypt_cbc() 942 mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, iv, iv ); in mbedtls_aes_crypt_cfb128() 956 mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, iv, iv ); in mbedtls_aes_crypt_cfb128() 985 mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, iv, iv ); in mbedtls_aes_crypt_cfb8() 1020 mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, nonce_counter, stream_block ); in mbedtls_aes_crypt_ctr() 1263 mbedtls_aes_crypt_ecb( &ctx, v, buf, buf ); in mbedtls_aes_self_test() 1279 mbedtls_aes_crypt_ecb( &ctx, v, buf, buf ); in mbedtls_aes_self_test()
|
D | cipher_wrap.c | 119 return mbedtls_aes_crypt_ecb( (mbedtls_aes_context *) ctx, operation, input, output ); in aes_crypt_ecb_wrap()
|
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/ |
D | aes.h | 114 int mbedtls_aes_crypt_ecb( mbedtls_aes_context *ctx,
|
D | compat-1.3.h | 1753 #define aes_crypt_ecb mbedtls_aes_crypt_ecb
|
/net-tools-2.7.6/mbedtls-2.4.0/programs/aes/ |
D | aescrypt2.c | 296 mbedtls_aes_crypt_ecb( &aes_ctx, MBEDTLS_AES_ENCRYPT, buffer, buffer ); in main() 395 mbedtls_aes_crypt_ecb( &aes_ctx, MBEDTLS_AES_DECRYPT, buffer, buffer ); in main()
|
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/ |
D | test_suite_aes.function | 33 TEST_ASSERT( mbedtls_aes_crypt_ecb( &ctx, MBEDTLS_AES_ENCRYPT, src_str, output ) == 0 ); 67 TEST_ASSERT( mbedtls_aes_crypt_ecb( &ctx, MBEDTLS_AES_DECRYPT, src_str, output ) == 0 );
|
/net-tools-2.7.6/mbedtls-2.4.0/programs/pkey/ |
D | dh_client.c | 281 mbedtls_aes_crypt_ecb( &aes, MBEDTLS_AES_DECRYPT, buf, buf ); in main()
|
D | dh_server.c | 278 mbedtls_aes_crypt_ecb( &aes, MBEDTLS_AES_ENCRYPT, buf, buf ); in main()
|
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1297 aes_crypt_ecb mbedtls_aes_crypt_ecb
|