Lines Matching refs:child
94 struct crypto_akcipher *child; member
117 err = crypto_akcipher_set_pub_key(ctx->child, key, keylen); in pkcs1pad_set_pub_key()
122 err = crypto_akcipher_maxsize(ctx->child); in pkcs1pad_set_pub_key()
141 err = crypto_akcipher_set_priv_key(ctx->child, key, keylen); in pkcs1pad_set_priv_key()
146 err = crypto_akcipher_maxsize(ctx->child); in pkcs1pad_set_priv_key()
279 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_encrypt()
382 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_decrypt()
440 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_sign()
560 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_verify()
589 ctx->child = child_tfm; in pkcs1pad_init_tfm()
597 crypto_free_akcipher(ctx->child); in pkcs1pad_exit_tfm()