Searched refs:mbedtls_gcm_setkey (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | gcm.h | 110 int mbedtls_gcm_setkey(mbedtls_gcm_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | gcm.c | 162 int mbedtls_gcm_setkey(mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 1060 ret = mbedtls_gcm_setkey(&ctx, cipher, in mbedtls_gcm_self_test() 1115 ret = mbedtls_gcm_setkey(&ctx, cipher, in mbedtls_gcm_self_test() 1154 ret = mbedtls_gcm_setkey(&ctx, cipher, in mbedtls_gcm_self_test() 1236 ret = mbedtls_gcm_setkey(&ctx, cipher, in mbedtls_gcm_self_test()
|
| H A D | cipher_wrap.c | 591 return mbedtls_gcm_setkey((mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_AES, in gcm_aes_setkey_wrap() 1045 return mbedtls_gcm_setkey((mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_CAMELLIA, in gcm_camellia_setkey_wrap() 1465 return mbedtls_gcm_setkey((mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_ARIA, in gcm_aria_setkey_wrap()
|
| H A D | psa_crypto_aead.c | 78 mbedtls_gcm_setkey(&operation->ctx.gcm, cipher_id, in psa_aead_setup()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 4781 mbedtls_gcm_init() -> mbedtls_gcm_setkey()
|