Searched refs:S390X_AES_GCM_CTX (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aes.c | 899 } S390X_AES_GCM_CTX; typedef 1169 static int s390x_aes_gcm_aad(S390X_AES_GCM_CTX *ctx, const unsigned char *aad, in s390x_aes_gcm_aad() 1223 static int s390x_aes_gcm(S390X_AES_GCM_CTX *ctx, const unsigned char *in, in s390x_aes_gcm() 1311 static void s390x_aes_gcm_setiv(S390X_AES_GCM_CTX *ctx, in s390x_aes_gcm_setiv() 1348 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); in s390x_aes_gcm_ctrl() 1349 S390X_AES_GCM_CTX *gctx_out; in s390x_aes_gcm_ctrl() 1494 gctx_out = EVP_C_DATA(S390X_AES_GCM_CTX, out); in s390x_aes_gcm_ctrl() 1522 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_init_key() 1563 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_tls_cipher() 1622 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_cipher() [all …]
|