Searched refs:MBEDTLS_ENCRYPT (Results 1 – 11 of 11) sorted by relevance
299 CIPHER_VALIDATE_RET( operation == MBEDTLS_ENCRYPT || in mbedtls_cipher_setkey()374 if( MBEDTLS_ENCRYPT == operation || in mbedtls_cipher_setkey()510 mode = ( ctx->operation == MBEDTLS_ENCRYPT ) in mbedtls_cipher_update_ad()611 ( ctx->operation == MBEDTLS_ENCRYPT && in mbedtls_cipher_update()996 if( MBEDTLS_ENCRYPT == ctx->operation ) in mbedtls_cipher_finish()1118 if( MBEDTLS_ENCRYPT != ctx->operation ) in mbedtls_cipher_write_tag()1273 else if( ctx->operation == MBEDTLS_ENCRYPT ) in mbedtls_cipher_crypt()
211 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_cipher_cmac_starts()791 MBEDTLS_ENCRYPT ) ) != 0 ) in cmac_test_subkeys()
90 MBEDTLS_ENCRYPT ); in ssl_ticket_gen_key()
92 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_ccm_setkey()
105 is_wrap ? MBEDTLS_ENCRYPT : in mbedtls_nist_kw_setkey()
164 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_gcm_setkey()
195 case MBEDTLS_ENCRYPT: in aes_crypt_xts_wrap()
1455 MBEDTLS_ENCRYPT ) ) != 0 ) in ssl_populate_transform()
110 case MBEDTLS_ENCRYPT: in mbedtls_psa_translate_cipher_operation()
223 MBEDTLS_ENCRYPT, enumerator
1036 #define POLARSSL_ENCRYPT MBEDTLS_ENCRYPT
Completed in 42 milliseconds