Home
last modified time | relevance | path

Searched refs:rk_bn_alloc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v2_akcipher.c76 ctx->n = rk_bn_alloc(rsa_key.n_sz); in rk_rsa_setkey()
80 ctx->e = rk_bn_alloc(rsa_key.e_sz); in rk_rsa_setkey()
91 ctx->d = rk_bn_alloc(rsa_key.d_sz); in rk_rsa_setkey()
158 in = rk_bn_alloc(key_byte_size); in rk_rsa_calc()
162 out = rk_bn_alloc(key_byte_size); in rk_rsa_calc()
H A Drk_crypto_bignum.h20 struct rk_bignum *rk_bn_alloc(u32 max_size);
H A Drk_crypto_bignum.c32 struct rk_bignum *rk_bn_alloc(u32 max_size) in rk_bn_alloc() function