Home
last modified time | relevance | path

Searched refs:decoded_sigdata (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/pacman/pacman-5.1.3/src/pacman/
H A Dpackage.c314 unsigned char *decoded_sigdata = NULL; in dump_pkg_full() local
316 alpm_decode_signature(base64_sig, &decoded_sigdata, &data_len); in dump_pkg_full()
318 decoded_sigdata, data_len, &keys); in dump_pkg_full()
319 free(decoded_sigdata); in dump_pkg_full()
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dsigning.c505 unsigned char *decoded_sigdata = NULL; in _alpm_gpgme_checksig() local
558 &decoded_sigdata, &data_len); in _alpm_gpgme_checksig()
564 (char *)decoded_sigdata, data_len, 0); in _alpm_gpgme_checksig()
703 FREE(decoded_sigdata); in _alpm_gpgme_checksig()
H A Dsync.c1071 unsigned char *decoded_sigdata = NULL; in check_keyring() local
1074 &decoded_sigdata, &data_len); in check_keyring()
1077 if(alpm_extract_keyid(handle, pkg->name, decoded_sigdata, in check_keyring()
1089 free(decoded_sigdata); in check_keyring()