Searched refs:y_len (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | dma-axi-dmac.c | 100 unsigned int y_len; member 270 axi_dmac_write(dmac, AXI_DMAC_REG_Y_LENGTH, sg->y_len - 1); in axi_dmac_start_transfer() 285 return sg->x_len * sg->y_len; in axi_dmac_total_sg_bytes() 516 sg->y_len = 1; in axi_dmac_fill_linear_sg() 527 sg->y_len = 1; in axi_dmac_fill_linear_sg() 669 desc->sg[0].y_len = xt->numf; in axi_dmac_prep_interleaved() 672 desc->sg[0].y_len = 1; in axi_dmac_prep_interleaved()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/ |
| H A D | rk_crypto_api.c | 232 ec_key->y_len = key_size_bytes; in rk_gen_ec_key() 1865 key->d_len, key->x_len, key->y_len); in rk_ecdsa_sign() 1873 TEE_InitRefAttribute(&attr[1], TEE_ATTR_ECC_PUBLIC_VALUE_Y, key->y, key->y_len); in rk_ecdsa_sign() 1948 key->d_len, key->x_len, key->y_len); in rk_sm2_pke() 1970 TEE_InitRefAttribute(&attr[1], TEE_ATTR_ECC_PUBLIC_VALUE_Y, key->y, key->y_len); in rk_sm2_pke() 2044 key->d_len, key->x_len, key->y_len); in rk_sm2_dsa_sm3() 2066 TEE_InitRefAttribute(&attr[1], TEE_ATTR_ECC_PUBLIC_VALUE_Y, key->y, key->y_len); in rk_sm2_dsa_sm3() 2174 my_key->y, my_key->y_len); in rk_sm2_kep_genkey() 2204 my_eph_key->y, my_eph_key->y_len); in rk_sm2_kep_genkey() 2242 pub_B->y, pub_B->y_len); in rk_sm2_kep_genkey() [all …]
|
| H A D | rk_crypto_api.h | 63 uint32_t y_len; member 73 uint32_t y_len; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/ |
| H A D | rk_crypto_api.h | 61 uint32_t y_len; member 71 uint32_t y_len; member
|
| H A D | rk_crypto_api.c | 232 ec_key->y_len = key_size_bytes; in rk_gen_ec_key() 1789 key->d_len, key->x_len, key->y_len); in rk_ecdsa_sign() 1797 TEE_InitRefAttribute(&attr[1], TEE_ATTR_ECC_PUBLIC_VALUE_Y, key->y, key->y_len); in rk_ecdsa_sign() 1874 key->d_len, key->x_len, key->y_len); in rk_ecdsa_begin() 1882 TEE_InitRefAttribute(&attr[1], TEE_ATTR_ECC_PUBLIC_VALUE_Y, key->y, key->y_len); in rk_ecdsa_begin()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | ecp.h | 59 unsigned int y_len; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ccp.h | 532 unsigned int y_len; /* In bytes */ member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | usbtouchscreen.c | 911 __be16 y_len; /* bytes for Y axis */ member 1051 unsigned int y_len = be16_to_cpu(packet->y_len); in nexio_read_data() local 1070 usbtouch->type->max_yc = 2 * y_len; in nexio_read_data()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | ecdsa.c | 542 MBEDTLS_MPI_CHK( mbedtls_mpi_read_binary( &pub_key.Y, key->y, key->y_len) ); in rk_ecdsa_verify() 641 MBEDTLS_MPI_CHK( mbedtls_mpi_read_binary( &pub_key.Y, key->y, key->y_len) ); in rk_ecdsa_verify2()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | ccp-ops.c | 2278 (ecc->u.pm.point_1.y_len > CCP_ECC_MODULUS_BYTES)) in ccp_run_ecc_pm_cmd() 2285 (ecc->u.pm.point_2.y_len > CCP_ECC_MODULUS_BYTES)) in ccp_run_ecc_pm_cmd() 2301 (ecc->u.pm.result.y_len < CCP_ECC_MODULUS_BYTES)) in ccp_run_ecc_pm_cmd() 2336 ecc->u.pm.point_1.y_len); in ccp_run_ecc_pm_cmd() 2353 ecc->u.pm.point_2.y_len); in ccp_run_ecc_pm_cmd()
|