Searched defs:gcm_tag (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/crypto/openssl/arm/
H A Dossl_aes_gcm.c332 gcm_tag(struct ossl_gcm_context *ctx, unsigned char *tag, size_t len) function
/freebsd-current/crypto/openssl/test/
H A Daesgcmtest.c33 static const unsigned char gcm_tag[] = { variable
H A Devp_extra_test.c5189 static const unsigned char gcm_tag[] = { local
5062 aes_gcm_encrypt(const unsigned char *gcm_key, size_t gcm_key_s, const unsigned char *gcm_iv, size_t gcm_ivlen, const unsigned char *gcm_pt, size_t gcm_pt_s, const unsigned char *gcm_aad, size_t gcm_aad_s, const unsigned char *gcm_ct, size_t gcm_ct_s, const unsigned char *gcm_tag, size_t gcm_tag_s) argument
5111 aes_gcm_decrypt(const unsigned char *gcm_key, size_t gcm_key_s, const unsigned char *gcm_iv, size_t gcm_ivlen, const unsigned char *gcm_pt, size_t gcm_pt_s, const unsigned char *gcm_aad, size_t gcm_aad_s, const unsigned char *gcm_ct, size_t gcm_ct_s, const unsigned char *gcm_tag, size_t gcm_tag_s) argument
/freebsd-current/crypto/openssl/demos/cipher/
H A Daesgcm.c57 static const unsigned char gcm_tag[] = { variable
/freebsd-current/sys/crypto/openssl/amd64/
H A Dossl_aes_gcm.c47 gcm_tag(struct ossl_gcm_context *ctx, unsigned char *tag, size_t len) function

Completed in 207 milliseconds