Home
last modified time | relevance | path

Searched refs:RK_OP_CIPHER_DEC (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_otpkey.c91 config.operation = RK_OP_CIPHER_DEC; in demo_otpkey()
155 config.operation = RK_OP_CIPHER_DEC; in demo_otpkey_virt()
H A Ddemo_cipher.c91 config.operation = RK_OP_CIPHER_DEC; in demo_cipher()
173 config.operation = RK_OP_CIPHER_DEC; in demo_cipher_virt()
H A Ddemo_ae.c150 config.operation = RK_OP_CIPHER_DEC; in demo_ae()
254 config.operation = RK_OP_CIPHER_DEC; in demo_ae_virt()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_throughput.c112 RK_OP_CIPHER_DEC, in test_otp_key_virt_tp()
163 RK_OP_CIPHER_DEC, in test_otp_key_fd_tp()
337 .op = {RK_OP_CIPHER_ENC, RK_OP_CIPHER_DEC}, in test_cipher_tp()
348 .op = {RK_OP_CIPHER_ENC, RK_OP_CIPHER_DEC}, in test_cipher_tp()
361 .op = {RK_OP_CIPHER_ENC, RK_OP_CIPHER_DEC}, in test_cipher_tp()
374 .op = {RK_OP_CIPHER_ENC, RK_OP_CIPHER_DEC}, in test_cipher_tp()
562 config.operation = RK_OP_CIPHER_DEC; in test_ae_item_tp()
H A Dtest_utils.c98 {RK_OP_CIPHER_DEC, "DECRYPT"},
H A Dtest_cipher.c91 uint32_t ops[] = {RK_OP_CIPHER_ENC, RK_OP_CIPHER_DEC}; in test_cipher_item_virt()
246 uint32_t ops[] = {RK_OP_CIPHER_ENC, RK_OP_CIPHER_DEC}; in test_cipher_item_fd()
H A Dtest_otp_key_crypto.c76 RK_OP_CIPHER_DEC,
97 RK_OP_CIPHER_DEC,
H A Dtest_ae.c181 operation = RK_OP_CIPHER_DEC; in test_ae_item_virt()
398 operation = RK_OP_CIPHER_DEC; in test_ae_item_fd()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_common.h46 #define RK_OP_CIPHER_DEC 0 macro
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_otp_key.c245 config->operation != RK_OP_CIPHER_DEC); in rk_oem_otp_key_cipher_virt()
349 config->operation != RK_OP_CIPHER_DEC); in rk_oem_otp_key_cipher()