Find the keyids of the recipients of a message. More...
 Collaboration diagram for find_keys():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 3657 of file crypt_gpgme.c.
 Here is the call graph for this function:| 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 3665 of file crypt_gpgme.c.
 Here is the call graph for this function:| 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.
 Here is the call graph for this function:| 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 656 of file smime.c.
 Here is the call graph for this function: