Home
last modified time | relevance | path

Searched refs:crypto_authenc_ops (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/
H A Dgcm.c24 static const struct crypto_authenc_ops aes_gcm_ops;
211 static const struct crypto_authenc_ops aes_gcm_ops = {
H A Dccm.c26 static const struct crypto_authenc_ops aes_ccm_ops;
222 static const struct crypto_authenc_ops aes_ccm_ops = {
/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c17 static const struct crypto_authenc_ops authenc_ops;
294 static const struct crypto_authenc_ops authenc_ops = {
/optee_os/core/include/crypto/
H A Dcrypto_impl.h323 const struct crypto_authenc_ops *ops;
326 struct crypto_authenc_ops { struct
/optee_os/core/crypto/
H A Daes-gcm.c424 static const struct crypto_authenc_ops aes_gcm_ops;
506 static const struct crypto_authenc_ops aes_gcm_ops = {
H A Dcrypto.c398 static const struct crypto_authenc_ops *ae_ops(void *ctx) in ae_ops()