Searched refs:PROV_GCM_CTX (Results 1 – 13 of 13) sorted by relevance
/openssl-master/providers/implementations/include/prov/ |
A D | ciphercommon_gcm.h | 79 } PROV_GCM_CTX; typedef 83 PROV_CIPHER_FUNC(int, GCM_setiv, (PROV_GCM_CTX *dat, const unsigned char *iv, 85 PROV_CIPHER_FUNC(int, GCM_aadupdate, (PROV_GCM_CTX *ctx, 87 PROV_CIPHER_FUNC(int, GCM_cipherupdate, (PROV_GCM_CTX *ctx, 91 PROV_CIPHER_FUNC(int, GCM_oneshot, (PROV_GCM_CTX *ctx, unsigned char *aad, 111 void ossl_gcm_initctx(void *provctx, PROV_GCM_CTX *ctx, size_t keybits, 114 int ossl_gcm_setiv(PROV_GCM_CTX *ctx, const unsigned char *iv, size_t ivlen); 115 int ossl_gcm_aad_update(PROV_GCM_CTX *ctx, const unsigned char *aad, 117 int ossl_gcm_cipher_final(PROV_GCM_CTX *ctx, unsigned char *tag); 118 int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, [all …]
|
/openssl-master/providers/implementations/ciphers/ |
A D | ciphercommon_gcm.c | 20 static int gcm_tls_iv_set_fixed(PROV_GCM_CTX *ctx, unsigned char *iv, 24 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out, 28 void ossl_gcm_initctx(void *provctx, PROV_GCM_CTX *ctx, size_t keybits, in ossl_gcm_initctx() 45 PROV_GCM_CTX *ctx = (PROV_GCM_CTX *)vctx; in gcm_init() 121 static int setivinv(PROV_GCM_CTX *ctx, unsigned char *in, size_t inl) in setivinv() 137 PROV_GCM_CTX *ctx = (PROV_GCM_CTX *)vctx; in ossl_gcm_get_ctx_params() 224 PROV_GCM_CTX *ctx = (PROV_GCM_CTX *)vctx; in ossl_gcm_set_ctx_params() 299 PROV_GCM_CTX *ctx = (PROV_GCM_CTX *)vctx; in ossl_gcm_stream_update() 321 PROV_GCM_CTX *ctx = (PROV_GCM_CTX *)vctx; in ossl_gcm_stream_final() 339 PROV_GCM_CTX *ctx = (PROV_GCM_CTX *)vctx; in ossl_gcm_cipher() [all …]
|
A D | ciphercommon_gcm_hw.c | 14 int ossl_gcm_setiv(PROV_GCM_CTX *ctx, const unsigned char *iv, size_t ivlen) in ossl_gcm_setiv() 20 int ossl_gcm_aad_update(PROV_GCM_CTX *ctx, const unsigned char *aad, in ossl_gcm_aad_update() 26 int ossl_gcm_cipher_update(PROV_GCM_CTX *ctx, const unsigned char *in, in ossl_gcm_cipher_update() 39 int ossl_gcm_cipher_final(PROV_GCM_CTX *ctx, unsigned char *tag) in ossl_gcm_cipher_final() 51 int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, in ossl_gcm_one_shot()
|
A D | cipher_aes_gcm_hw_s390x.inc | 24 static int s390x_aes_gcm_initkey(PROV_GCM_CTX *ctx, 35 static int s390x_aes_gcm_setiv(PROV_GCM_CTX *ctx, const unsigned char *iv, 84 static int s390x_aes_gcm_cipher_final(PROV_GCM_CTX *ctx, unsigned char *tag) 112 static int s390x_aes_gcm_one_shot(PROV_GCM_CTX *ctx, 141 static int s390x_aes_gcm_aad_update(PROV_GCM_CTX *ctx, 205 static int s390x_aes_gcm_cipher_update(PROV_GCM_CTX *ctx,
|
A D | cipher_aes_gcm_hw.c | 20 static int aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, in aes_gcm_initkey() 62 static int generic_aes_gcm_cipher_update(PROV_GCM_CTX *ctx, const unsigned char *in, in generic_aes_gcm_cipher_update()
|
A D | cipher_sm4_gcm.h | 15 PROV_GCM_CTX base; /* must be first entry in struct */
|
A D | cipher_aria_gcm.h | 15 PROV_GCM_CTX base; /* must be first entry in struct */
|
A D | cipher_aes_gcm.h | 16 PROV_GCM_CTX base; /* must be first entry in struct */
|
A D | cipher_aria_gcm_hw.c | 16 static int aria_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, in aria_gcm_initkey()
|
A D | cipher_sm4_gcm_hw.c | 16 static int sm4_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, in sm4_gcm_initkey()
|
A D | cipher_aes_gcm_hw_aesni.inc | 15 static int aesni_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key,
|
A D | cipher_aes_gcm_hw_t4.inc | 15 static int t4_aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key,
|
A D | cipher_aes_gcm_hw_armv8.inc | 59 static int armv8_aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key,
|
Completed in 14 milliseconds