Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dcipher.h16 struct crypto_cipher { struct
37 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast() argument
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c267 int crypto_cipher(struct udevice *dev, cipher_context *ctx, in crypto_cipher() function