Home
last modified time | relevance | path

Searched refs:dd (Results 1 – 16 of 16) sorted by relevance

/openssl/crypto/cms/
H A Dcms_dd.c25 CMS_DigestedData *dd; in ossl_cms_DigestedData_create() local
31 dd = M_ASN1_new_of(CMS_DigestedData); in ossl_cms_DigestedData_create()
33 if (dd == NULL) in ossl_cms_DigestedData_create()
37 cms->d.digestedData = dd; in ossl_cms_DigestedData_create()
39 dd->version = 0; in ossl_cms_DigestedData_create()
42 X509_ALGOR_set_md(dd->digestAlgorithm, md); in ossl_cms_DigestedData_create()
53 CMS_DigestedData *dd = cms->d.digestedData; in ossl_cms_DigestedData_init_bio() local
66 CMS_DigestedData *dd; in ossl_cms_DigestedData_do_final() local
73 dd = cms->d.digestedData; in ossl_cms_DigestedData_do_final()
87 if (memcmp(md, dd->digest->data, mdlen)) in ossl_cms_DigestedData_do_final()
[all …]
/openssl/fuzz/
H A Dhelper.py31 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
32 if not os.path.isdir(dd):
33 os.mkdir(dd)
34 corpora.append(dd)
37 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
38 if os.path.isdir(dd):
39 corpora.append(dd)
/openssl/crypto/mdc2/
H A Dmdc2dgst.c81 DES_LONG d[2], dd[2]; in mdc2_body() local
88 d[0] = dd[0] = tin0; in mdc2_body()
90 d[1] = dd[1] = tin1; in mdc2_body()
100 DES_encrypt1(dd, &k, 1); in mdc2_body()
102 ttin0 = tin0 ^ dd[0]; in mdc2_body()
103 ttin1 = tin1 ^ dd[1]; in mdc2_body()
/openssl/util/
H A Dcheck-format-test-negatives.c351 dd in f()
353 dd in f()
357 dd in f()
359 dd in f()
/openssl/test/certs/
H A Dcyrillic_crl.utf814 8a:7a:f3:74:fc:af:dd:6a:21:47:88:99:7b:29:bf:46:0b:02:
24 5a:49:70:b7:42:dd:e9:67:c0:48:7e:ff:e5:f3:59:70:a7:c0:
H A Dee-ed25519.pem27 74:39:94:dd:2f:8a:3d:6c:f3:23:28:d1:5e:3c:d1:56:e7:0a:
H A DrootCA.pem57 db:1c:fa:42:1b:6d:1d:b1:51:5f:e4:87:dd:41:24:00:a2:52:
/openssl/test/recipes/30-test_evp_pkey_provided/
H A DED448.priv.txt4 bf:6c:92:9f:34:dd:fa:8c:9f:63:c9:96:0e:f6:e3:
H A DDSA.pub.txt56 76:ae:25:dd:fc:10:89:5a:a9:ee:59:c5:79:8b:eb:
H A DDSA.priv.txt60 76:ae:25:dd:fc:10:89:5a:a9:ee:59:c5:79:8b:eb:
/openssl/providers/implementations/ciphers/
H A Dcipher_rc2.c124 unsigned char **dd = d == NULL ? NULL : &d; in rc2_get_ctx_params() local
147 i = i2d_ASN1_TYPE(type, dd); in rc2_get_ctx_params()
/openssl/test/recipes/25-test_rusext_data/
H A Dgrfc.utf834 bd:95:dd:5f:3a:2b:74:a5:29:62:20:c2:24:a8:8b:a0:13:1a:
H A Dgrfc.msb34 bd:95:dd:5f:3a:2b:74:a5:29:62:20:c2:24:a8:8b:a0:13:1a:
/openssl/test/recipes/75-test_quicapi_data/
H A Dssltraceref-zlib.txt181 b3:b8:7d:a3:de:6d:bd:e0:dd:d7:5a:bf:14:47:11:
182 42:5e:a6:82:d0:61:c1:7f:dd:13:46:e6:09:85:07:
H A Dssltraceref.txt179 b3:b8:7d:a3:de:6d:bd:e0:dd:d7:5a:bf:14:47:11:
180 42:5e:a6:82:d0:61:c1:7f:dd:13:46:e6:09:85:07:
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_ccm_cavs.txt6795 AAD = dd
18514 Plaintext = 11dd
20413 Plaintext = dd

Completed in 59 milliseconds