Home
last modified time | relevance | path

Searched refs:drvcrypt_register_cipher (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_cipher.h67 static inline TEE_Result drvcrypt_register_cipher(struct drvcrypt_cipher *ops) in drvcrypt_register_cipher() function
/optee_os/core/drivers/crypto/se050/core/
H A Dcipher.c81 return drvcrypt_register_cipher(&driver_cipher); in se050_cipher_init()
/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c376 return drvcrypt_register_cipher(&driver_cipher_saes); in stm32_register_cipher()
378 return drvcrypt_register_cipher(&driver_cipher_cryp); in stm32_register_cipher()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c768 ret = drvcrypt_register_cipher(&driver_cipher); in sec_cipher_init()
/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher.c856 if (drvcrypt_register_cipher(&driver_cipher) == TEE_SUCCESS) in caam_cipher_init()