Searched refs:key_from_blob (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dkey.h84 Key *key_from_blob(const u_char *, u_int);
H A Dauth2-hostbased.c95 key = key_from_blob(pkblob, blen);
H A Dssh-pkcs11-client.c211 k = key_from_blob(blob, blen);
H A Dkey.c95 key_from_blob(const u_char *blob, u_int blen) function
H A Dssh-pkcs11-helper.c180 if ((key = key_from_blob(blob, blen)) != NULL) {
H A Dmonitor.c1197 key = key_from_blob(blob, bloblen);
1203 debug3("%s: key_from_blob: %p", __func__, key);
1425 key = key_from_blob(blob, bloblen);
1703 if ((key = key_from_blob(blob, blen)) == NULL)
1745 if ((key = key_from_blob(blob, blen)) == NULL)
H A Dauth2-pubkey.c113 key = key_from_blob(pkblob, blen);
H A Dmonitor_wrap.c903 if ((key = key_from_blob(blob, blen)) == NULL)
904 fatal("%s: key_from_blob failed", __func__);
H A Dssh_namespace.h428 #define key_from_blob Fssh_key_from_blob macro
H A Dsshconnect2.c611 if ((key = key_from_blob(pkblob, blen)) == NULL) {

Completed in 202 milliseconds