Home | History | Annotate | Download | only in tls

Lines Matching refs:pk

1584 	struct crypto_public_key *pk;
1601 pk = crypto_public_key_import(issuer->public_key,
1603 if (pk == NULL)
1609 crypto_public_key_free(pk);
1613 if (crypto_public_key_decrypt_pkcs1(pk, cert->sign_value,
1617 crypto_public_key_free(pk);
1621 crypto_public_key_free(pk);