Searched refs:keyblob (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | authfile.c | 72 struct sshbuf *keyblob = NULL; in sshkey_save_private() local 75 if ((keyblob = sshbuf_new()) == NULL) in sshkey_save_private() 77 if ((r = sshkey_private_to_fileblob(key, keyblob, passphrase, comment, in sshkey_save_private() 80 if ((r = sshkey_save_private_blob(keyblob, filename)) != 0) in sshkey_save_private() 84 sshbuf_free(keyblob); in sshkey_save_private()
|
H A D | PROTOCOL.agent | 63 string keyblob
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | bio.h | 67 # define BIO_set_ktls(b, keyblob, is_tx) \ argument 68 BIO_ctrl(b, BIO_CTRL_SET_KTLS, is_tx, keyblob)
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 765 unsigned char *keyblob; in ecx_spki_pub_to_der() local 772 keyblob = OPENSSL_memdup(ecxkey->pubkey, ecxkey->keylen); in ecx_spki_pub_to_der() 773 if (keyblob == NULL) { in ecx_spki_pub_to_der() 778 *pder = keyblob; in ecx_spki_pub_to_der()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/ |
H A D | openssl.txt | 881 PEM_R_KEYBLOB_HEADER_PARSE_ERROR:122:keyblob header parse error 882 PEM_R_KEYBLOB_TOO_SHORT:123:keyblob too short
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 2398 PEM_R_KEYBLOB_HEADER_PARSE_ERROR:122:keyblob header parse error 2399 PEM_R_KEYBLOB_TOO_SHORT:123:keyblob too short
|