Home
last modified time | relevance | path

Searched refs:MBEDTLS_DECRYPT (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/3rdparty/mbedtls/
H A Dcipher.c242 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()
H A Dnist_kw.c175 MBEDTLS_DECRYPT ) in mbedtls_nist_kw_setkey()
H A Dcipher_wrap.c212 case MBEDTLS_DECRYPT: in aes_crypt_xts_wrap()
H A Dssl_tls.c1080 MBEDTLS_DECRYPT ) ) != 0 ) in mbedtls_ssl_derive_keys()
/reactos/drivers/network/tcpip/lwip/src/apps/snmp/
H A Dsnmpv3_mbedtls.c139 …(&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()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dcipher.h233 MBEDTLS_DECRYPT = 0, enumerator
H A Dcompat-1.3.h1030 #define POLARSSL_DECRYPT MBEDTLS_DECRYPT