Searched defs:dcrypt_gnutls_private_to_public_key (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-dcrypt/
H A Ddcrypt-gnutls.c48 int dcrypt_gnutls_private_to_public_key(struct dcrypt_private_key *priv_key, struct dcrypt_public_key **pub_key_r, const char **error_r);
310 return dcrypt_gnutls_private_to_public_key(pair_r->priv, &pair_r->pub, error_r);
353 int dcrypt_gnutls_private_to_public_key(struct dcrypt_private_key *priv_key, struct dcrypt_public_key **pub_key_r, const char **error_r) function
474 .private_to_public_key = dcrypt_gnutls_private_to_public_key,

Completed in 12 milliseconds