Find the keyids of the recipients of a message. More...
Functions | |
char * | pgp_gpgme_find_keys (const struct AddressList *addrlist, bool oppenc_mode) |
Find the keyids of the recipients of a message - Implements CryptModuleSpecs::find_keys() -. | |
char * | smime_gpgme_find_keys (const struct AddressList *addrlist, bool oppenc_mode) |
Find the keyids of the recipients of a message - Implements CryptModuleSpecs::find_keys() -. | |
char * | pgp_class_find_keys (const struct AddressList *addrlist, bool oppenc_mode) |
Find the keyids of the recipients of a message - Implements CryptModuleSpecs::find_keys() -. | |
char * | smime_class_find_keys (const struct AddressList *al, bool oppenc_mode) |
Find the keyids of the recipients of a message - Implements CryptModuleSpecs::find_keys() -. | |
Find the keyids of the recipients of a message.
addrlist | Address List |
oppenc_mode | If true, use opportunistic encryption |
ptr | Space-separated string of keys |
NULL | At least one of the keys can't be found |
If oppenc_mode is true, only keys that can be determined without prompting will be used.
char * pgp_gpgme_find_keys | ( | const struct AddressList * | addrlist, |
bool | oppenc_mode | ||
) |
Find the keyids of the recipients of a message - Implements CryptModuleSpecs::find_keys() -.
Definition at line 3659 of file crypt_gpgme.c.
char * smime_gpgme_find_keys | ( | const struct AddressList * | addrlist, |
bool | oppenc_mode | ||
) |
Find the keyids of the recipients of a message - Implements CryptModuleSpecs::find_keys() -.
Definition at line 3667 of file crypt_gpgme.c.
char * pgp_class_find_keys | ( | const struct AddressList * | addrlist, |
bool | oppenc_mode | ||
) |
Find the keyids of the recipients of a message - Implements CryptModuleSpecs::find_keys() -.
Definition at line 1463 of file pgp.c.
char * smime_class_find_keys | ( | const struct AddressList * | al, |
bool | oppenc_mode | ||
) |
Find the keyids of the recipients of a message - Implements CryptModuleSpecs::find_keys() -.
Definition at line 798 of file smime.c.