Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-pkcs11-helper.c99 lookup_key(struct sshkey *k) in lookup_key() function
211 if ((found = lookup_key(key)) == NULL) in process_sign()
/freebsd/contrib/libfido2/tools/
H A Dlargeblob.c97 lookup_key(const char *path, fido_dev_t *dev, const char *rp_id, in lookup_key() function
190 r = lookup_key(path, dev, rp_id, &cred_id, pin, key); in load_key()
/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c275 static struct key_st *lookup_key(const char *type) in lookup_key() function
515 || !TEST_ptr(key = lookup_key(test_stanza->keytype))) in test_key()