Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dcipher.c217 operation == MBEDTLS_DECRYPT ); in mbedtls_cipher_setkey()
242 if( MBEDTLS_DECRYPT == operation ) in mbedtls_cipher_setkey()
418 if( ( ctx->operation == MBEDTLS_DECRYPT && NULL != ctx->add_padding && in mbedtls_cipher_update()
420 ( ctx->operation == MBEDTLS_DECRYPT && NULL == ctx->add_padding && in mbedtls_cipher_update()
473 ctx->operation == MBEDTLS_DECRYPT && in mbedtls_cipher_update()
837 if( MBEDTLS_DECRYPT == ctx->operation ) in mbedtls_cipher_finish()
946 if( MBEDTLS_DECRYPT != ctx->operation ) in mbedtls_cipher_check_tag()
A Dnist_kw.c150 MBEDTLS_DECRYPT ) in mbedtls_nist_kw_setkey()
A Dcipher_wrap.c187 case MBEDTLS_DECRYPT: in aes_crypt_xts_wrap()
A Dssl_tls.c1057 MBEDTLS_DECRYPT ) ) != 0 ) in mbedtls_ssl_derive_keys()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmpv3_mbedtls.c139 …key(&ctx, key, 8*8, (mode == SNMP_V3_PRIV_MODE_ENCRYPT)? MBEDTLS_ENCRYPT : MBEDTLS_DECRYPT) != 0) { in snmpv3_crypt()
179 …ey(&ctx, key, 16*8, (mode == SNMP_V3_PRIV_MODE_ENCRYPT)? MBEDTLS_ENCRYPT : MBEDTLS_DECRYPT) != 0) { in snmpv3_crypt()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dcipher.h208 MBEDTLS_DECRYPT = 0, enumerator
A Dcompat-1.3.h999 #define POLARSSL_DECRYPT MBEDTLS_DECRYPT
/AliOS-Things-master/components/mbedtls/programs/aes/
A Dcrypt_and_hash.c468 MBEDTLS_DECRYPT ) != 0 ) in main()

Completed in 35 milliseconds