Searched refs:mbedtls_cipher_setkey (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmpv3_mbedtls.c | 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()
|
/AliOS-Things-master/components/mbedtls/programs/aes/ |
A D | crypt_and_hash.c | 328 if( mbedtls_cipher_setkey( &cipher_ctx, digest, cipher_info->key_bitlen, in main() 467 if( mbedtls_cipher_setkey( &cipher_ctx, digest, cipher_info->key_bitlen, in main()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | cmac.c | 212 if( ( retval = mbedtls_cipher_setkey( ctx, key, (int)keybits, in mbedtls_cipher_cmac_starts() 798 if( ( ret = mbedtls_cipher_setkey( &ctx, key, keybits, in cmac_test_subkeys()
|
A D | pkcs5.c | 205 …if( ( ret = mbedtls_cipher_setkey( &cipher_ctx, key, 8 * keylen, (mbedtls_operation_t) mode ) ) !=… in mbedtls_pkcs5_pbes2()
|
A D | pkcs12.c | 205 …if( ( ret = mbedtls_cipher_setkey( &cipher_ctx, key, 8 * keylen, (mbedtls_operation_t) mode ) ) !=… in mbedtls_pkcs12_pbe()
|
A D | ssl_ticket.c | 78 ret = mbedtls_cipher_setkey( &key->ctx, buf, in ssl_ticket_gen_key()
|
A D | ccm.c | 95 if( ( ret = mbedtls_cipher_setkey( &ctx->cipher_ctx, key, keybits, in mbedtls_ccm_setkey()
|
A D | nist_kw.c | 148 if( ( ret = mbedtls_cipher_setkey( &ctx->cipher_ctx, key, keybits, in mbedtls_nist_kw_setkey()
|
A D | gcm.c | 190 if( ( ret = mbedtls_cipher_setkey( &ctx->cipher_ctx, key, keybits, in mbedtls_gcm_setkey()
|
A D | cipher.c | 209 int mbedtls_cipher_setkey( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_setkey() function
|
A D | ssl_tls.c | 1047 if( ( ret = mbedtls_cipher_setkey( &transform->cipher_ctx_enc, key1, in mbedtls_ssl_derive_keys() 1055 if( ( ret = mbedtls_cipher_setkey( &transform->cipher_ctx_dec, key2, in mbedtls_ssl_derive_keys()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | cipher.h | 572 int mbedtls_cipher_setkey( mbedtls_cipher_context_t *ctx,
|
A D | compat-1.3.h | 1821 #define cipher_setkey mbedtls_cipher_setkey
|
Completed in 44 milliseconds