Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-pkcs11-client.c278 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 Dsshkey.h276 int sshkey_to_blob(const struct sshkey *, u_char **, size_t *);
H A Dssh-pkcs11-helper.c143 if ((r = sshkey_to_blob(keys[i], &blob, &blen)) != 0) { in process_add()
H A Dauthfd.c659 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) in ssh_remove_identity()
H A Dsshkey.c979 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 Dsshconnect2.c1496 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 Dssh_namespace.h935 #define sshkey_to_blob Fssh_sshkey_to_blob macro
H A Dkrl.c380 r = sshkey_to_blob(kcopy, blob, blen); in plain_key_blob()
H A Dmonitor.c1241 if ((r = sshkey_to_blob(key, &key_blob, &key_bloblen)) != 0) in mm_answer_keyallowed()