Searched refs:mbedtls_gcm_starts (Results 1 – 5 of 5) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/ |
D | gcm.h | 158 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
|
D | compat-1.3.h | 2005 #define gcm_starts mbedtls_gcm_starts
|
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | gcm.c | 266 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx, in mbedtls_gcm_starts() function 455 if( ( ret = mbedtls_gcm_starts( ctx, mode, iv, iv_len, add, add_len ) ) != 0 ) in mbedtls_gcm_crypt_and_tag() 813 ret = mbedtls_gcm_starts( &ctx, MBEDTLS_GCM_ENCRYPT, in mbedtls_gcm_self_test() 880 ret = mbedtls_gcm_starts( &ctx, MBEDTLS_GCM_DECRYPT, in mbedtls_gcm_self_test()
|
D | cipher.c | 262 return mbedtls_gcm_starts( (mbedtls_gcm_context *) ctx->cipher_ctx, ctx->operation, in mbedtls_cipher_update_ad()
|
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1549 gcm_starts mbedtls_gcm_starts
|