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

/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c805 const char *data_hex, const char *peer_key_hex, BIGNUM **point_r, const char **error_r)
813 hex_to_binary(data_hex, data);
837 bool dcrypt_openssl_decrypt_point_password_v1(const char *data_hex, const char *password_hex, argument
848 hex_to_binary(data_hex, data);
804 dcrypt_openssl_decrypt_point_ec_v1(struct dcrypt_private_key *dec_key, const char *data_hex, const char *peer_key_hex, BIGNUM **point_r, const char **error_r) argument

Completed in 14 milliseconds