Searched refs:helper_rsa (Results 1 – 1 of 1) sorted by relevance
144 static RSA_METHOD helper_rsa; in wrap_key() local146 memcpy(&helper_rsa, RSA_get_default_method(), sizeof(helper_rsa)); in wrap_key()147 helper_rsa.name = "ssh-pkcs11-helper"; in wrap_key()148 helper_rsa.rsa_priv_enc = pkcs11_rsa_private_encrypt; in wrap_key()149 RSA_set_method(rsa, &helper_rsa); in wrap_key()