Searched defs:ossl_aes_gcm_ops (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/crypto/openssl/ |
H A D | ossl_aes_gcm.h | 34 struct ossl_aes_gcm_ops { struct 35 void (*init)(struct ossl_gcm_context *ctx, const void *key, 37 void (*setiv)(struct ossl_gcm_context *ctx, const unsigned char *iv, 39 int (*aad)(struct ossl_gcm_context *ctx, const unsigned char *aad, 41 int (*encrypt)(struct ossl_gcm_context *ctx, const unsigned char *in, 43 int (*decrypt)(struct ossl_gcm_context *ctx, const unsigned char *in, 68 const struct ossl_aes_gcm_ops *ops; argument
|