Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dcipher.c300 operation == MBEDTLS_DECRYPT ); in mbedtls_cipher_setkey()
383 if( MBEDTLS_DECRYPT == operation ) in mbedtls_cipher_setkey()
607 if( ( ctx->operation == MBEDTLS_DECRYPT && NULL != ctx->add_padding && in mbedtls_cipher_update()
609 ( ctx->operation == MBEDTLS_DECRYPT && NULL == ctx->add_padding && in mbedtls_cipher_update()
657 ctx->operation == MBEDTLS_DECRYPT && in mbedtls_cipher_update()
1031 if( MBEDTLS_DECRYPT == ctx->operation ) in mbedtls_cipher_finish()
1163 if( MBEDTLS_DECRYPT != ctx->operation ) in mbedtls_cipher_check_tag()
1267 if( ctx->operation == MBEDTLS_DECRYPT ) in mbedtls_cipher_crypt()
A Dnist_kw.c106 MBEDTLS_DECRYPT ) in mbedtls_nist_kw_setkey()
A Dcipher_wrap.c198 case MBEDTLS_DECRYPT: in aes_crypt_xts_wrap()
A Dssl_tls.c1463 MBEDTLS_DECRYPT ) ) != 0 ) in ssl_populate_transform()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dpsa_util.h112 case MBEDTLS_DECRYPT: in mbedtls_psa_translate_cipher_operation()
A Dcipher.h222 MBEDTLS_DECRYPT = 0, enumerator
A Dcompat-1.3.h1003 #define POLARSSL_DECRYPT MBEDTLS_DECRYPT

Completed in 42 milliseconds