Searched defs:gcm_init (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/crypto/openssl/amd64/ |
H A D | ossl_aes_gcm_avx512.c | 32 gcm_init(struct ossl_gcm_context *ctx, const void *key, size_t keylen) in gcm_init() function
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | ossl_aes_gcm_neon.c | 38 gcm_init(struct ossl_gcm_context *ctx, const void *key, size_t keylen) in gcm_init() function
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_gcm.c | 49 static int gcm_init(void *vctx, const unsigned char *key, size_t keylen, in gcm_init() function
|
/freebsd/sys/crypto/openssl/ |
H A D | ossl_aes_gcm.c | 145 gcm_init(struct ossl_gcm_context *ctx, const void *key, size_t keylen) in gcm_init() function
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 534 gcm_init(gcm_ctx_t *ctx, const uint8_t *iv, size_t iv_len, in gcm_init() function
|