Home
last modified time | relevance | path

Searched refs:sshkey_to_blob (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dssh-pkcs11-client.c261 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 Dsshkey.h270 int sshkey_to_blob(const struct sshkey *, u_char **, size_t *);
H A Dssh-pkcs11-helper.c133 if ((r = sshkey_to_blob(keys[i], &blob, &blen)) != 0) { in process_add()
H A Dauthfd.c658 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) in ssh_remove_identity()
H A Dsshkey.c936 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 Dsshconnect2.c1486 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 Dkrl.c378 r = sshkey_to_blob(kcopy, blob, blen); in plain_key_blob()
H A Dmonitor.c1075 if ((r = sshkey_to_blob(key, &key_blob, &key_bloblen)) != 0) in mm_answer_keyallowed()