Searched refs:MBEDTLS_ENCRYPT (Results 1 – 12 of 12) sorted by relevance
216 CIPHER_VALIDATE_RET( operation == MBEDTLS_ENCRYPT || in mbedtls_cipher_setkey()233 if( MBEDTLS_ENCRYPT == operation || in mbedtls_cipher_setkey()330 mode = ( ctx->operation == MBEDTLS_ENCRYPT ) in mbedtls_cipher_update_ad()422 ( ctx->operation == MBEDTLS_ENCRYPT && in mbedtls_cipher_update()802 if( MBEDTLS_ENCRYPT == ctx->operation ) in mbedtls_cipher_finish()911 if( MBEDTLS_ENCRYPT != ctx->operation ) in mbedtls_cipher_write_tag()
213 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_cipher_cmac_starts()799 MBEDTLS_ENCRYPT ) ) != 0 ) in cmac_test_subkeys()
80 MBEDTLS_ENCRYPT ); in ssl_ticket_gen_key()
96 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_ccm_setkey()
149 is_wrap ? MBEDTLS_ENCRYPT : in mbedtls_nist_kw_setkey()
191 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_gcm_setkey()
184 case MBEDTLS_ENCRYPT: in aes_crypt_xts_wrap()
1049 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_ssl_derive_keys()
139 …if(mbedtls_cipher_setkey(&ctx, key, 8*8, (mode == SNMP_V3_PRIV_MODE_ENCRYPT)? MBEDTLS_ENCRYPT : MB… in snmpv3_crypt()179 …if(mbedtls_cipher_setkey(&ctx, key, 16*8, (mode == SNMP_V3_PRIV_MODE_ENCRYPT)? MBEDTLS_ENCRYPT : M… in snmpv3_crypt()
209 MBEDTLS_ENCRYPT, enumerator
1032 #define POLARSSL_ENCRYPT MBEDTLS_ENCRYPT
329 MBEDTLS_ENCRYPT ) != 0 ) in main()
Completed in 48 milliseconds