Searched refs:sshkey_to_blob (Results 1 – 8 of 8) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | ssh-pkcs11-client.c | 261 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) { in rsa_encrypt() 344 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) { in ecdsa_do_sign()
|
H A D | sshkey.h | 270 int sshkey_to_blob(const struct sshkey *, u_char **, size_t *);
|
H A D | ssh-pkcs11-helper.c | 133 if ((r = sshkey_to_blob(keys[i], &blob, &blen)) != 0) { in process_add()
|
H A D | authfd.c | 658 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) in ssh_remove_identity()
|
H A D | sshkey.c | 936 sshkey_to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp) in sshkey_to_blob() function 2277 if ((ret = sshkey_to_blob(ca, &ca_blob, &ca_len)) != 0) in sshkey_certify_custom() 2877 (r = sshkey_to_blob(prv, &pubkeyblob, &pubkeylen)) != 0 || in sshkey_private_to_blob2()
|
H A D | sshconnect2.c | 1486 if ((r = sshkey_to_blob(id->key, &blob, &bloblen)) != 0) { in send_pubkey_test() 2198 if ((r = sshkey_to_blob(private, &keyblob, &keylen)) != 0) { in userauth_hostbased()
|
H A D | krl.c | 378 r = sshkey_to_blob(kcopy, blob, blen); in plain_key_blob()
|
H A D | monitor.c | 1075 if ((r = sshkey_to_blob(key, &key_blob, &key_bloblen)) != 0) in mm_answer_keyallowed()
|