Searched refs:rk_res (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_otp_key_crypto.c | 148 RK_RES rk_res; in test_otp_key_item_virt() local 229 rk_res = rk_oem_otp_key_cipher_virt(key_id, &cipher_cfg, in test_otp_key_item_virt() 231 if (rk_res == RK_CRYPTO_ERR_NOT_SUPPORTED) { in test_otp_key_item_virt() 242 rk_res = soft_cipher(algo, mode, operation, key, key_len, in test_otp_key_item_virt() 284 RK_RES rk_res; in test_otp_key_item_fd() local 367 rk_res = rk_oem_otp_key_cipher(key_id, &cipher_cfg, plain->dma_fd, in test_otp_key_item_fd() 369 if (rk_res == RK_CRYPTO_ERR_NOT_SUPPORTED) { in test_otp_key_item_fd() 380 rk_res = soft_cipher(algo, mode, operation, key, key_len, in test_otp_key_item_fd()
|