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

/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c134 bool dcrypt_openssl_public_key_id(struct dcrypt_public_key *key, const char *algorithm, buffer_t *result, const char **error_r);
1085 if (!dcrypt_openssl_public_key_id(pubkey, "sha256", data, error_r)) {
1342 dcrypt_openssl_public_key_id(&tmpkey, "sha256", dgst, NULL);
1443 if (!dcrypt_openssl_public_key_id(enc_key, "sha256", peer_key, error_r))
1565 bool res = dcrypt_openssl_public_key_id(key, "sha256", buf, error_r);
2180 bool dcrypt_openssl_public_key_id(struct dcrypt_public_key *key, const char *algorithm, buffer_t *result, const char **error_r) function
2262 .public_key_id = dcrypt_openssl_public_key_id,

Completed in 19 milliseconds