Searched refs:MBEDTLS_DECRYPT (Results 1 – 7 of 7) sorted by relevance
242 operation == MBEDTLS_DECRYPT ); in mbedtls_cipher_setkey()267 if( MBEDTLS_DECRYPT == operation ) in mbedtls_cipher_setkey()442 if( ( ctx->operation == MBEDTLS_DECRYPT && NULL != ctx->add_padding && in mbedtls_cipher_update()444 ( ctx->operation == MBEDTLS_DECRYPT && NULL == ctx->add_padding && in mbedtls_cipher_update()492 ctx->operation == MBEDTLS_DECRYPT && in mbedtls_cipher_update()856 if( MBEDTLS_DECRYPT == ctx->operation ) in mbedtls_cipher_finish()965 if( MBEDTLS_DECRYPT != ctx->operation ) in mbedtls_cipher_check_tag()
175 MBEDTLS_DECRYPT ) in mbedtls_nist_kw_setkey()
212 case MBEDTLS_DECRYPT: in aes_crypt_xts_wrap()
1080 MBEDTLS_DECRYPT ) ) != 0 ) in mbedtls_ssl_derive_keys()
139 …(&ctx, key, 8 * 8, (mode == SNMP_V3_PRIV_MODE_ENCRYPT) ? MBEDTLS_ENCRYPT : MBEDTLS_DECRYPT) != 0) { in snmpv3_crypt()186 …&ctx, key, 16 * 8, (mode == SNMP_V3_PRIV_MODE_ENCRYPT) ? MBEDTLS_ENCRYPT : MBEDTLS_DECRYPT) != 0) { in snmpv3_crypt()
233 MBEDTLS_DECRYPT = 0, enumerator
1030 #define POLARSSL_DECRYPT MBEDTLS_DECRYPT