Searched refs:RK_OP_CIPHER_DEC (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/demo/ |
| H A D | demo_otpkey.c | 91 config.operation = RK_OP_CIPHER_DEC; in demo_otpkey() 155 config.operation = RK_OP_CIPHER_DEC; in demo_otpkey_virt()
|
| H A D | demo_cipher.c | 91 config.operation = RK_OP_CIPHER_DEC; in demo_cipher() 173 config.operation = RK_OP_CIPHER_DEC; in demo_cipher_virt()
|
| H A D | demo_ae.c | 150 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 D | test_throughput.c | 112 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 D | test_utils.c | 98 {RK_OP_CIPHER_DEC, "DECRYPT"},
|
| H A D | test_cipher.c | 91 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 D | test_otp_key_crypto.c | 76 RK_OP_CIPHER_DEC, 97 RK_OP_CIPHER_DEC,
|
| H A D | test_ae.c | 181 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 D | rkcrypto_common.h | 46 #define RK_OP_CIPHER_DEC 0 macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_otp_key.c | 245 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()
|