Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv.c29 PROV_AES_GCM_SIV_CTX *ctx; in ossl_aes_gcm_siv_newctx()
46 PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx; in ossl_aes_gcm_siv_freectx()
58 PROV_AES_GCM_SIV_CTX *in = (PROV_AES_GCM_SIV_CTX *)vctx; in ossl_aes_gcm_siv_dupctx()
59 PROV_AES_GCM_SIV_CTX *ret; in ossl_aes_gcm_siv_dupctx()
95 PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx; in ossl_aes_gcm_siv_init()
141 PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx; in ossl_aes_gcm_siv_cipher()
169 PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx; in ossl_aes_gcm_siv_stream_final()
184 PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx; in ossl_aes_gcm_siv_get_ctx_params()
224 PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx; in ossl_aes_gcm_siv_set_ctx_params()
H A Dcipher_aes_gcm_siv_hw.c22 static int aes_gcm_siv_ctr32(PROV_AES_GCM_SIV_CTX *ctx, const unsigned char *init_counter,
27 PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx; in aes_gcm_siv_initkey()
107 static int aes_gcm_siv_aad(PROV_AES_GCM_SIV_CTX *ctx, in aes_gcm_siv_aad()
137 static int aes_gcm_siv_finish(PROV_AES_GCM_SIV_CTX *ctx) in aes_gcm_siv_finish()
148 static int aes_gcm_siv_encrypt(PROV_AES_GCM_SIV_CTX *ctx, const unsigned char *in, in aes_gcm_siv_encrypt()
209 static int aes_gcm_siv_decrypt(PROV_AES_GCM_SIV_CTX *ctx, const unsigned char *in, in aes_gcm_siv_decrypt()
277 PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx; in aes_gcm_siv_cipher()
295 PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx; in aes_gcm_siv_clean_ctx()
303 PROV_AES_GCM_SIV_CTX *dst = (PROV_AES_GCM_SIV_CTX *)vdst; in aes_gcm_siv_dup_ctx()
304 PROV_AES_GCM_SIV_CTX *src = (PROV_AES_GCM_SIV_CTX *)vsrc; in aes_gcm_siv_dup_ctx()
[all …]
H A Dcipher_aes_gcm_siv.h54 } PROV_AES_GCM_SIV_CTX; typedef

Completed in 7 milliseconds