Lines Matching refs:child
92 struct crypto_akcipher *child; member
115 err = crypto_akcipher_set_pub_key(ctx->child, key, keylen); in pkcs1pad_set_pub_key()
120 err = crypto_akcipher_maxsize(ctx->child); in pkcs1pad_set_pub_key()
136 err = crypto_akcipher_set_priv_key(ctx->child, key, keylen); in pkcs1pad_set_priv_key()
141 err = crypto_akcipher_maxsize(ctx->child); in pkcs1pad_set_priv_key()
260 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_encrypt()
360 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_decrypt()
418 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_sign()
549 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_verify()
576 ctx->child = child_tfm; in pkcs1pad_init_tfm()
584 crypto_free_akcipher(ctx->child); in pkcs1pad_exit_tfm()