Home
last modified time | relevance | path

Searched refs:MBEDTLS_ENCRYPT (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Dcipher.c216 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()
A Dcmac.c213 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_cipher_cmac_starts()
799 MBEDTLS_ENCRYPT ) ) != 0 ) in cmac_test_subkeys()
A Dssl_ticket.c80 MBEDTLS_ENCRYPT ); in ssl_ticket_gen_key()
A Dccm.c96 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_ccm_setkey()
A Dnist_kw.c149 is_wrap ? MBEDTLS_ENCRYPT : in mbedtls_nist_kw_setkey()
A Dgcm.c191 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_gcm_setkey()
A Dcipher_wrap.c184 case MBEDTLS_ENCRYPT: in aes_crypt_xts_wrap()
A Dssl_tls.c1049 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_ssl_derive_keys()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmpv3_mbedtls.c139 …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()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dcipher.h209 MBEDTLS_ENCRYPT, enumerator
A Dcompat-1.3.h1032 #define POLARSSL_ENCRYPT MBEDTLS_ENCRYPT
/AliOS-Things-master/components/mbedtls/programs/aes/
A Dcrypt_and_hash.c329 MBEDTLS_ENCRYPT ) != 0 ) in main()

Completed in 45 milliseconds