Home
last modified time | relevance | path

Searched defs:cipher_ops (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/cipher/
H A Dcipher.c15 static const struct crypto_cipher_ops cipher_ops; variable
162 static const struct crypto_cipher_ops cipher_ops = { variable
/optee_os/core/crypto/
H A Dcrypto.c177 static const struct crypto_cipher_ops *cipher_ops(void *ctx) in cipher_ops() function