Searched refs:crypto_authenc_ops (Results 1 – 6 of 6) sorted by relevance
24 static const struct crypto_authenc_ops aes_gcm_ops;211 static const struct crypto_authenc_ops aes_gcm_ops = {
26 static const struct crypto_authenc_ops aes_ccm_ops;222 static const struct crypto_authenc_ops aes_ccm_ops = {
17 static const struct crypto_authenc_ops authenc_ops;294 static const struct crypto_authenc_ops authenc_ops = {
323 const struct crypto_authenc_ops *ops;326 struct crypto_authenc_ops { struct
424 static const struct crypto_authenc_ops aes_gcm_ops;506 static const struct crypto_authenc_ops aes_gcm_ops = {
398 static const struct crypto_authenc_ops *ae_ops(void *ctx) in ae_ops()