Home
last modified time | relevance | path

Searched refs:symmAlg (Results 1 – 25 of 67) sorted by relevance

123

/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/crmf/
H A DEncryptedValue.java19 private AlgorithmIdentifier symmAlg; field in EncryptedValue
38 symmAlg = AlgorithmIdentifier.getInstance(tObj, false); in EncryptedValue()
74 AlgorithmIdentifier symmAlg, in EncryptedValue() argument
86 this.symmAlg = symmAlg; in EncryptedValue()
100 return symmAlg; in getSymmAlg()
149 addOptional(v, 1, symmAlg); in toASN1Primitive()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cert/crmf/
H A DEncryptedValueBuilder.java102 AlgorithmIdentifier symmAlg = encryptor.getAlgorithmIdentifier(); in build() local
114 …return new EncryptedValue(intendedAlg, symmAlg, encSymmKey, keyAlg, valueHint, new DERBitString(en… in build()
145 AlgorithmIdentifier symmAlg = encryptor.getAlgorithmIdentifier(); in encryptData() local
162 return new EncryptedValue(intendedAlg, symmAlg, encSymmKey, keyAlg, valueHint, encValue); in encryptData()
H A DValueDecryptorGenerator.java8 …InputDecryptor getValueDecryptor(AlgorithmIdentifier keyAlg, AlgorithmIdentifier symmAlg, byte[] e… in getValueDecryptor() argument
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dpgpwde2john.py236 …size, symmAlg, totalESKsize, reserved, userName, s2ktype, hashIterations, reserved2, salt, esk = f…
238 …sys.stderr.write("DEBUG: %s, %s, %s, %s, %s, %s\n" % (size, symmAlg, totalESKsize, userName, s2kty…
239 …print("%s:$pgpwde$0*%s*%s*%s*%s*%s" % (userName, symmAlg, s2ktype, hashIterations, salt.encode("he…
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/crmf/
H A Dcrmfcont.c120 if (inEncrValue->symmAlg) { in crmf_destroy_encrypted_value()
121 SECOID_DestroyAlgorithmID(inEncrValue->symmAlg, PR_TRUE); in crmf_destroy_encrypted_value()
122 inEncrValue->symmAlg = NULL; in crmf_destroy_encrypted_value()
193 if (srcValue->symmAlg != NULL) { in crmf_copy_encryptedvalue()
195 srcValue->symmAlg, in crmf_copy_encryptedvalue()
196 &destValue->symmAlg); in crmf_copy_encryptedvalue()
664 oidTag = SECOID_GetAlgorithmTag(encValue->symmAlg); in crmf_encrypted_value_unwrap_priv_key()
672 params = (encValue->symmAlg != NULL) ? crmf_decode_params(&encValue->symmAlg->parameters) in crmf_encrypted_value_unwrap_priv_key()
745 SECAlgorithmID *symmAlg; in crmf_create_encrypted_value_wrapped_privkey() local
810 destValue->symmAlg = symmAlg = PORT_ZNew(SECAlgorithmID); in crmf_create_encrypted_value_wrapped_privkey()
[all …]
H A Dcrmfit.h46 SECAlgorithmID *symmAlg; member
/dports/security/ca_root_nss/nss-3.71/nss/lib/crmf/
H A Dcrmfcont.c120 if (inEncrValue->symmAlg) { in crmf_destroy_encrypted_value()
121 SECOID_DestroyAlgorithmID(inEncrValue->symmAlg, PR_TRUE); in crmf_destroy_encrypted_value()
122 inEncrValue->symmAlg = NULL; in crmf_destroy_encrypted_value()
193 if (srcValue->symmAlg != NULL) { in crmf_copy_encryptedvalue()
195 srcValue->symmAlg, in crmf_copy_encryptedvalue()
196 &destValue->symmAlg); in crmf_copy_encryptedvalue()
664 oidTag = SECOID_GetAlgorithmTag(encValue->symmAlg); in crmf_encrypted_value_unwrap_priv_key()
672 params = (encValue->symmAlg != NULL) ? crmf_decode_params(&encValue->symmAlg->parameters) in crmf_encrypted_value_unwrap_priv_key()
745 SECAlgorithmID *symmAlg; in crmf_create_encrypted_value_wrapped_privkey() local
810 destValue->symmAlg = symmAlg = PORT_ZNew(SECAlgorithmID); in crmf_create_encrypted_value_wrapped_privkey()
[all …]
H A Dcrmfit.h46 SECAlgorithmID *symmAlg; member
/dports/www/firefox/firefox-99.0/security/nss/lib/crmf/
H A Dcrmfcont.c120 if (inEncrValue->symmAlg) { in crmf_destroy_encrypted_value()
121 SECOID_DestroyAlgorithmID(inEncrValue->symmAlg, PR_TRUE); in crmf_destroy_encrypted_value()
122 inEncrValue->symmAlg = NULL; in crmf_destroy_encrypted_value()
193 if (srcValue->symmAlg != NULL) { in crmf_copy_encryptedvalue()
195 srcValue->symmAlg, in crmf_copy_encryptedvalue()
196 &destValue->symmAlg); in crmf_copy_encryptedvalue()
664 oidTag = SECOID_GetAlgorithmTag(encValue->symmAlg); in crmf_encrypted_value_unwrap_priv_key()
672 params = (encValue->symmAlg != NULL) ? crmf_decode_params(&encValue->symmAlg->parameters) in crmf_encrypted_value_unwrap_priv_key()
745 SECAlgorithmID *symmAlg; in crmf_create_encrypted_value_wrapped_privkey() local
810 destValue->symmAlg = symmAlg = PORT_ZNew(SECAlgorithmID); in crmf_create_encrypted_value_wrapped_privkey()
[all …]
H A Dcrmfit.h46 SECAlgorithmID *symmAlg; member
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/crmf/
H A Dcrmfcont.c120 if (inEncrValue->symmAlg) { in crmf_destroy_encrypted_value()
121 SECOID_DestroyAlgorithmID(inEncrValue->symmAlg, PR_TRUE); in crmf_destroy_encrypted_value()
122 inEncrValue->symmAlg = NULL; in crmf_destroy_encrypted_value()
193 if (srcValue->symmAlg != NULL) { in crmf_copy_encryptedvalue()
195 srcValue->symmAlg, in crmf_copy_encryptedvalue()
196 &destValue->symmAlg); in crmf_copy_encryptedvalue()
664 oidTag = SECOID_GetAlgorithmTag(encValue->symmAlg); in crmf_encrypted_value_unwrap_priv_key()
672 params = (encValue->symmAlg != NULL) ? crmf_decode_params(&encValue->symmAlg->parameters) in crmf_encrypted_value_unwrap_priv_key()
745 SECAlgorithmID *symmAlg; in crmf_create_encrypted_value_wrapped_privkey() local
810 destValue->symmAlg = symmAlg = PORT_ZNew(SECAlgorithmID); in crmf_create_encrypted_value_wrapped_privkey()
[all …]
H A Dcrmfit.h46 SECAlgorithmID *symmAlg; member
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/crmf/
H A Dcrmfcont.c120 if (inEncrValue->symmAlg) { in crmf_destroy_encrypted_value()
121 SECOID_DestroyAlgorithmID(inEncrValue->symmAlg, PR_TRUE); in crmf_destroy_encrypted_value()
122 inEncrValue->symmAlg = NULL; in crmf_destroy_encrypted_value()
193 if (srcValue->symmAlg != NULL) { in crmf_copy_encryptedvalue()
195 srcValue->symmAlg, in crmf_copy_encryptedvalue()
196 &destValue->symmAlg); in crmf_copy_encryptedvalue()
664 oidTag = SECOID_GetAlgorithmTag(encValue->symmAlg); in crmf_encrypted_value_unwrap_priv_key()
672 params = (encValue->symmAlg != NULL) ? crmf_decode_params(&encValue->symmAlg->parameters) in crmf_encrypted_value_unwrap_priv_key()
745 SECAlgorithmID *symmAlg; in crmf_create_encrypted_value_wrapped_privkey() local
810 destValue->symmAlg = symmAlg = PORT_ZNew(SECAlgorithmID); in crmf_create_encrypted_value_wrapped_privkey()
[all …]
H A Dcrmfit.h46 SECAlgorithmID *symmAlg; member
/dports/security/nss/nss-3.76.1/nss/lib/crmf/
H A Dcrmfcont.c120 if (inEncrValue->symmAlg) { in crmf_destroy_encrypted_value()
121 SECOID_DestroyAlgorithmID(inEncrValue->symmAlg, PR_TRUE); in crmf_destroy_encrypted_value()
122 inEncrValue->symmAlg = NULL; in crmf_destroy_encrypted_value()
193 if (srcValue->symmAlg != NULL) { in crmf_copy_encryptedvalue()
195 srcValue->symmAlg, in crmf_copy_encryptedvalue()
196 &destValue->symmAlg); in crmf_copy_encryptedvalue()
664 oidTag = SECOID_GetAlgorithmTag(encValue->symmAlg); in crmf_encrypted_value_unwrap_priv_key()
672 params = (encValue->symmAlg != NULL) ? crmf_decode_params(&encValue->symmAlg->parameters) in crmf_encrypted_value_unwrap_priv_key()
745 SECAlgorithmID *symmAlg; in crmf_create_encrypted_value_wrapped_privkey() local
810 destValue->symmAlg = symmAlg = PORT_ZNew(SECAlgorithmID); in crmf_create_encrypted_value_wrapped_privkey()
[all …]
H A Dcrmfit.h46 SECAlgorithmID *symmAlg; member
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/crmf/
H A Dcrmfcont.c120 if (inEncrValue->symmAlg) { in crmf_destroy_encrypted_value()
121 SECOID_DestroyAlgorithmID(inEncrValue->symmAlg, PR_TRUE); in crmf_destroy_encrypted_value()
122 inEncrValue->symmAlg = NULL; in crmf_destroy_encrypted_value()
193 if (srcValue->symmAlg != NULL) { in crmf_copy_encryptedvalue()
195 srcValue->symmAlg, in crmf_copy_encryptedvalue()
196 &destValue->symmAlg); in crmf_copy_encryptedvalue()
664 oidTag = SECOID_GetAlgorithmTag(encValue->symmAlg); in crmf_encrypted_value_unwrap_priv_key()
672 params = (encValue->symmAlg != NULL) ? crmf_decode_params(&encValue->symmAlg->parameters) in crmf_encrypted_value_unwrap_priv_key()
745 SECAlgorithmID *symmAlg; in crmf_create_encrypted_value_wrapped_privkey() local
810 destValue->symmAlg = symmAlg = PORT_ZNew(SECAlgorithmID); in crmf_create_encrypted_value_wrapped_privkey()
[all …]
H A Dcrmfit.h46 SECAlgorithmID *symmAlg; member
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/crmf/
H A Dcrmfcont.c120 if (inEncrValue->symmAlg) { in crmf_destroy_encrypted_value()
121 SECOID_DestroyAlgorithmID(inEncrValue->symmAlg, PR_TRUE); in crmf_destroy_encrypted_value()
122 inEncrValue->symmAlg = NULL; in crmf_destroy_encrypted_value()
193 if (srcValue->symmAlg != NULL) { in crmf_copy_encryptedvalue()
195 srcValue->symmAlg, in crmf_copy_encryptedvalue()
196 &destValue->symmAlg); in crmf_copy_encryptedvalue()
664 oidTag = SECOID_GetAlgorithmTag(encValue->symmAlg); in crmf_encrypted_value_unwrap_priv_key()
672 params = (encValue->symmAlg != NULL) ? crmf_decode_params(&encValue->symmAlg->parameters) in crmf_encrypted_value_unwrap_priv_key()
745 SECAlgorithmID *symmAlg; in crmf_create_encrypted_value_wrapped_privkey() local
810 destValue->symmAlg = symmAlg = PORT_ZNew(SECAlgorithmID); in crmf_create_encrypted_value_wrapped_privkey()
[all …]
H A Dcrmfit.h46 SECAlgorithmID *symmAlg; member
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dpgpwde_common.h17 int symmAlg; member
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/crmf/
H A Dcrmf_lib.c620 if (ecert == NULL || ecert->symmAlg == NULL || ecert->encSymmKey == NULL in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
627 OBJ_obj2txt(name, sizeof(name), ecert->symmAlg->algorithm, 0); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
669 if (ASN1_TYPE_get_octetstring(ecert->symmAlg->parameter, iv, in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/crmf/
H A Dcrmf_lib.c620 if (ecert == NULL || ecert->symmAlg == NULL || ecert->encSymmKey == NULL in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
627 OBJ_obj2txt(name, sizeof(name), ecert->symmAlg->algorithm, 0); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
669 if (ASN1_TYPE_get_octetstring(ecert->symmAlg->parameter, iv, in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/crmf/
H A Dcrmf_lib.c620 if (ecert == NULL || ecert->symmAlg == NULL || ecert->encSymmKey == NULL in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
627 OBJ_obj2txt(name, sizeof(name), ecert->symmAlg->algorithm, 0); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
669 if (ASN1_TYPE_get_octetstring(ecert->symmAlg->parameter, iv, in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/crmf/
H A Dcrmf_lib.c620 if (ecert == NULL || ecert->symmAlg == NULL || ecert->encSymmKey == NULL in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
627 OBJ_obj2txt(name, sizeof(name), ecert->symmAlg->algorithm, 0); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
669 if (ASN1_TYPE_get_octetstring(ecert->symmAlg->parameter, iv, in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()

123