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

/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c771 bool dcrypt_openssl_decrypt_point_v1(buffer_t *data, buffer_t *key, BIGNUM **point_r, const char **error_r) function
829 res = dcrypt_openssl_decrypt_point_v1(data, &key, point_r, error_r);
859 return dcrypt_openssl_decrypt_point_v1(data, key, point_r, error_r);

Completed in 18 milliseconds