Lines Matching defs:pubkey
784 /* Compares FIDO-specific pubkey fields only */
3010 struct sshkey *pubkey = NULL;
3039 if ((r = sshkey_froms(decoded, &pubkey)) != 0 ||
3126 *pubkeyp = pubkey;
3127 pubkey = NULL;
3133 sshkey_free(pubkey);
3154 struct sshkey *k = NULL, *pubkey = NULL;
3164 &decrypted, &pubkey)) != 0)
3168 sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) {
3183 if (!sshkey_equal(pubkey, k)) {
3203 sshkey_free(pubkey);
3213 struct sshkey *pubkey = NULL;
3236 if ((r = sshkey_froms(decoded, &pubkey)) != 0)
3240 sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) {
3248 *keyp = pubkey;
3249 pubkey = NULL;
3253 sshkey_free(pubkey);