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

/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c146 void dcrypt_openssl_unref_public_key(struct dcrypt_public_key **key);
1086 dcrypt_openssl_unref_public_key(&pubkey);
1090 dcrypt_openssl_unref_public_key(&pubkey);
1961 void dcrypt_openssl_unref_public_key(struct dcrypt_public_key **key) function
1986 dcrypt_openssl_unref_public_key(&keypair->pub);
2252 .unref_public_key = dcrypt_openssl_unref_public_key,

Completed in 19 milliseconds