Searched refs:ccp_copy_and_save_keypart (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-crypto-rsa.c | 28 static inline int ccp_copy_and_save_keypart(u8 **kpbuf, unsigned int *kplen, in ccp_copy_and_save_keypart() function 144 ret = ccp_copy_and_save_keypart(&ctx->u.rsa.n_buf, &ctx->u.rsa.n_len, in ccp_rsa_setkey() 156 ret = ccp_copy_and_save_keypart(&ctx->u.rsa.e_buf, &ctx->u.rsa.e_len, in ccp_rsa_setkey() 163 ret = ccp_copy_and_save_keypart(&ctx->u.rsa.d_buf, in ccp_rsa_setkey()
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-crypto-rsa.c | 28 static inline int ccp_copy_and_save_keypart(u8 **kpbuf, unsigned int *kplen, in ccp_copy_and_save_keypart() function 144 ret = ccp_copy_and_save_keypart(&ctx->u.rsa.n_buf, &ctx->u.rsa.n_len, in ccp_rsa_setkey() 156 ret = ccp_copy_and_save_keypart(&ctx->u.rsa.e_buf, &ctx->u.rsa.e_len, in ccp_rsa_setkey() 163 ret = ccp_copy_and_save_keypart(&ctx->u.rsa.d_buf, in ccp_rsa_setkey()
|
Completed in 2 milliseconds