Home
last modified time | relevance | path

Searched refs:mbedtls_gcm_setkey (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/3rdparty/mbedtls/
H A Dgcm.c191 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function
825 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test()
868 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test()
900 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test()
952 ret = mbedtls_gcm_setkey( &ctx, cipher, key[key_index[i]], in mbedtls_gcm_self_test()
H A Dcipher_wrap.c544 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_AES, in gcm_aes_setkey_wrap()
919 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_CAMELLIA, in gcm_camellia_setkey_wrap()
1295 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_ARIA, in gcm_aria_setkey_wrap()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dgcm.h139 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,