Searched refs:rk_bn_alloc (Results 1 – 3 of 3) sorted by relevance
76 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()
20 struct rk_bignum *rk_bn_alloc(u32 max_size);
32 struct rk_bignum *rk_bn_alloc(u32 max_size) in rk_bn_alloc() function