Searched refs:MBEDTLS_AES_DECRYPT (Results 1 – 8 of 8) sorted by relevance
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | aes.c | 995 mode == MBEDTLS_AES_DECRYPT ); in mbedtls_aes_crypt_ecb() 1037 mode == MBEDTLS_AES_DECRYPT ); in mbedtls_aes_crypt_cbc() 1057 if( mode == MBEDTLS_AES_DECRYPT ) in mbedtls_aes_crypt_cbc() 1146 mode == MBEDTLS_AES_DECRYPT ); in mbedtls_aes_crypt_xts() 1169 if( leftover && ( mode == MBEDTLS_AES_DECRYPT ) && blocks == 0 ) in mbedtls_aes_crypt_xts() 1201 unsigned char *t = mode == MBEDTLS_AES_DECRYPT ? prev_tweak : tweak; in mbedtls_aes_crypt_xts() 1255 mode == MBEDTLS_AES_DECRYPT ); in mbedtls_aes_crypt_cfb128() 1266 if( mode == MBEDTLS_AES_DECRYPT ) in mbedtls_aes_crypt_cfb128() 1324 mode == MBEDTLS_AES_DECRYPT ); in mbedtls_aes_crypt_cfb8() 1335 if( mode == MBEDTLS_AES_DECRYPT ) in mbedtls_aes_crypt_cfb8() [all …]
|
D | pem.c | 211 ret = mbedtls_aes_crypt_cbc( &aes_ctx, MBEDTLS_AES_DECRYPT, buflen, in pem_aes_decrypt()
|
D | cipher_wrap.c | 187 mode = MBEDTLS_AES_DECRYPT; in aes_crypt_xts_wrap()
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_aes.function | 48 TEST_ASSERT( mbedtls_aes_crypt_ecb( &ctx, MBEDTLS_AES_DECRYPT, src_str->x, output ) == 0 ); 96 …TEST_ASSERT( mbedtls_aes_crypt_cbc( &ctx, MBEDTLS_AES_DECRYPT, src_str->len, iv_str->x, src_str->x… 182 TEST_ASSERT( mbedtls_aes_crypt_xts( &ctx, MBEDTLS_AES_DECRYPT, src_len, 270 …TEST_ASSERT( mbedtls_aes_crypt_cfb128( &ctx, MBEDTLS_AES_DECRYPT, 16, &iv_offset, iv_str->x, src_s… 313 …TEST_ASSERT( mbedtls_aes_crypt_cfb8( &ctx, MBEDTLS_AES_DECRYPT, src_str->len, iv_str->x, src_str->…
|
/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/ |
D | aes.h | 55 #define MBEDTLS_AES_DECRYPT 0 /**< AES decryption. */ macro
|
D | compat-1.3.h | 648 #define AES_DECRYPT MBEDTLS_AES_DECRYPT
|
/openthread-3.6.0/third_party/mbedtls/repo/programs/pkey/ |
D | dh_client.c | 289 ret = mbedtls_aes_crypt_ecb( &aes, MBEDTLS_AES_DECRYPT, buf, buf ); in main()
|
/openthread-3.6.0/third_party/mbedtls/repo/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1 AES_DECRYPT MBEDTLS_AES_DECRYPT
|