Home
last modified time | relevance | path

Searched refs:dp_len (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dzcrypt_cca_key.h78 unsigned short dp_len; member
218 key->pvt.p_len = key->pvt.dp_len = key->pvt.u_len = long_len; in zcrypt_type6_crt_key()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_common.h236 uint16_t dp_len; member
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Drsa.h39 unsigned short dp_len; member
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/
H A Drk_crypto_api.h84 uint16_t dp_len; member
H A Drk_crypto_api.c121 rsa_key->dp_len = out_len; in rk_gen_rsa_key()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/
H A Drk_crypto_api.h86 uint16_t dp_len; member
H A Drk_crypto_api.c121 rsa_key->dp_len = out_len; in rk_gen_rsa_key()
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Drsa.c444 MBEDTLS_MPI_CHK( mbedtls_mpi_read_binary( &rsa.DP, key->dp, key->dp_len )); in rk_rsa_private()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_rsa_helper.c1160 {rsa_key->dp, &rsa_key->dp_len, ASN1_INTEGER, 1}, in rk_rsa_privkey_encode()