Searched refs:sshkey_to_blob (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh-pkcs11-client.c | 278 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) { in rsa_encrypt() 362 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) { in ecdsa_do_sign()
|
H A D | sshkey.h | 276 int sshkey_to_blob(const struct sshkey *, u_char **, size_t *);
|
H A D | ssh-pkcs11-helper.c | 143 if ((r = sshkey_to_blob(keys[i], &blob, &blen)) != 0) { in process_add()
|
H A D | authfd.c | 659 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) in ssh_remove_identity()
|
H A D | sshkey.c | 979 sshkey_to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp) in sshkey_to_blob() function 2320 if ((ret = sshkey_to_blob(ca, &ca_blob, &ca_len)) != 0) in sshkey_certify_custom() 2920 (r = sshkey_to_blob(prv, &pubkeyblob, &pubkeylen)) != 0 || in sshkey_private_to_blob2()
|
H A D | sshconnect2.c | 1496 if ((r = sshkey_to_blob(id->key, &blob, &bloblen)) != 0) { in send_pubkey_test() 2210 if ((r = sshkey_to_blob(private, &keyblob, &keylen)) != 0) { in userauth_hostbased()
|
H A D | ssh_namespace.h | 935 #define sshkey_to_blob Fssh_sshkey_to_blob macro
|
H A D | krl.c | 380 r = sshkey_to_blob(kcopy, blob, blen); in plain_key_blob()
|
H A D | monitor.c | 1241 if ((r = sshkey_to_blob(key, &key_blob, &key_bloblen)) != 0) in mm_answer_keyallowed()
|