Home
last modified time | relevance | path

Searched refs:soft_cipher (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dcmode_adapter.h9 RK_RES soft_cipher(uint32_t algo, uint32_t mode, uint32_t operation,
H A Dtest_cipher.c198 res = soft_cipher(algo, mode, operation, in test_cipher_item_virt()
335 res = soft_cipher(algo, mode, operation, in test_cipher_item_fd()
H A Dtest_otp_key_crypto.c242 rk_res = soft_cipher(algo, mode, operation, key, key_len, in test_otp_key_item_virt()
380 rk_res = soft_cipher(algo, mode, operation, key, key_len, in test_otp_key_item_fd()
H A Dcmode_adapter.c8 RK_RES soft_cipher(uint32_t algo, uint32_t mode, uint32_t operation, in soft_cipher() function