Home
last modified time | relevance | path

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

/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dauthfile.c434 CipherContext ciphercontext; in key_private_rsa1_to_blob() local
493 cipher_set_key_string(&ciphercontext, cipher, passphrase, in key_private_rsa1_to_blob()
495 if (cipher_crypt(&ciphercontext, 0, cp, in key_private_rsa1_to_blob()
498 cipher_cleanup(&ciphercontext); in key_private_rsa1_to_blob()
499 explicit_bzero(&ciphercontext, sizeof(ciphercontext)); in key_private_rsa1_to_blob()
777 CipherContext ciphercontext; in key_parse_private_rsa1() local
828 cipher_set_key_string(&ciphercontext, cipher, passphrase, in key_parse_private_rsa1()
830 if (cipher_crypt(&ciphercontext, 0, cp, in key_parse_private_rsa1()
833 cipher_cleanup(&ciphercontext); in key_parse_private_rsa1()
834 explicit_bzero(&ciphercontext, sizeof(ciphercontext)); in key_parse_private_rsa1()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dsshkey.c3118 struct sshcipher_ctx ciphercontext;
3123 memset(&ciphercontext, 0, sizeof(ciphercontext));
3243 cipher_cleanup(&ciphercontext);
3272 struct sshcipher_ctx ciphercontext;
3277 memset(&ciphercontext, 0, sizeof(ciphercontext));
3460 cipher_cleanup(&ciphercontext);
3494 struct sshcipher_ctx ciphercontext;
3573 explicit_bzero(&ciphercontext, sizeof(ciphercontext));
3749 struct sshcipher_ctx ciphercontext;
3808 cipher_cleanup(&ciphercontext);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/
H A DLibrary_xsec_xmlsec.mk113 xmlsecurity/source/xmlsec/nss/ciphercontext \
137 xmlsecurity/source/xmlsec/nss/ciphercontext \
/dports/security/openssh-portable/openssh-8.8p1/
H A Dsshkey-xmss.c894 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_xmss_encrypt_state() local
958 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_encrypt_state()
960 (r = cipher_crypt(ciphercontext, 0, cp, sshbuf_ptr(encoded), in sshkey_xmss_encrypt_state()
974 cipher_free(ciphercontext); in sshkey_xmss_encrypt_state()
985 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_xmss_decrypt_state() local
1051 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_decrypt_state()
1053 (r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(copy), in sshkey_xmss_decrypt_state()
1077 cipher_free(ciphercontext); in sshkey_xmss_decrypt_state()
H A Dsshkey.c3891 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_private_to_blob2() local
3937 if ((r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_private_to_blob2()
3979 if ((r = cipher_crypt(ciphercontext, 0, cp, in sshkey_private_to_blob2()
3998 cipher_free(ciphercontext); in sshkey_private_to_blob2()
4093 struct sshcipher_ctx *ciphercontext = NULL; in private2_decrypt() local
4181 (r = cipher_init(&ciphercontext, cipher, key, keylen, in private2_decrypt()
4184 if ((r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(decoded), in private2_decrypt()
4214 cipher_free(ciphercontext); in private2_decrypt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/
H A DLibrary_xsec_xmlsec.mk68 xmlsecurity/source/xmlsec/nss/ciphercontext \
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsshkey.c3362 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_private_to_blob2() local
3408 if ((r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_private_to_blob2()
3450 if ((r = cipher_crypt(ciphercontext, 0, cp, in sshkey_private_to_blob2()
3482 cipher_free(ciphercontext); in sshkey_private_to_blob2()
3511 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_parse_private2() local
3641 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_parse_private2()
3644 if ((r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(decoded), in sshkey_parse_private2()
3698 cipher_free(ciphercontext); in sshkey_parse_private2()
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/clang-format/
H A Dexcludelist16233 xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
16234 xmlsecurity/source/xmlsec/nss/ciphercontext.hxx
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/clang-format/
H A Dblacklist19209 xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
19210 xmlsecurity/source/xmlsec/nss/ciphercontext.hxx