Home
last modified time | relevance | path

Searched refs:secrets (Results 1 – 22 of 22) sorted by relevance

/openssl/.github/workflows/
H A Dstatic-analysis-on-prem.yml24 run: echo ${{ secrets.COVERITY_LICENSE }} | base64 -d > /opt/coverity-analysis/bin/license.dat
27 echo ${{ secrets.COVERITY_AUTH_KEY }} | base64 -d > /auth_key_file.txt
H A Dstatic-analysis.yml26 --post-data "token=${{ secrets.COVERITY_TOKEN }}&project=openssl%2Fopenssl" \
40 curl --form token="${{ secrets.COVERITY_TOKEN }}" \
H A Ddeploy-docs-openssl-org.yml23 GH_TOKEN: ${{ secrets.OPENSSL_MACHINE_TOKEN }}
H A Dbuild_quic_interop_container.yml17 docker login -u openssl-ci+machine -p ${{ secrets.QUAY_IO_PASSWORD }} quay.io
H A Dfips-label.yml53 github-token: ${{secrets.GITHUB_TOKEN}}
112 github-token: ${{secrets.GITHUB_TOKEN}}
H A Dcoveralls.yml87 github-token: ${{ secrets.github_token }}
/openssl/crypto/ec/
H A Decp_nistp224.c1416 felem_bytearray *secrets = NULL; in ossl_ec_GFp_nistp224_points_mul() local
1478 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp224_points_mul()
1483 if ((secrets == NULL) || (pre_comp == NULL) in ossl_ec_GFp_nistp224_points_mul()
1514 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp224_points_mul()
1517 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp224_points_mul()
1571 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp224_points_mul()
1577 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp224_points_mul()
1595 OPENSSL_free(secrets); in ossl_ec_GFp_nistp224_points_mul()
H A Decp_nistp256.c2028 felem_bytearray *secrets = NULL; in ossl_ec_GFp_nistp256_points_mul() local
2091 secrets = OPENSSL_malloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp256_points_mul()
2096 if ((secrets == NULL) || (pre_comp == NULL) in ossl_ec_GFp_nistp256_points_mul()
2104 memset(secrets, 0, sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp256_points_mul()
2132 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp256_points_mul()
2135 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp256_points_mul()
2191 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp256_points_mul()
2197 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp256_points_mul()
2215 OPENSSL_free(secrets); in ossl_ec_GFp_nistp256_points_mul()
H A Decp_nistp384.c1709 felem_bytearray *secrets = NULL; in ossl_ec_GFp_nistp384_points_mul() local
1772 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp384_points_mul()
1777 if ((secrets == NULL) || (pre_comp == NULL) in ossl_ec_GFp_nistp384_points_mul()
1811 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp384_points_mul()
1814 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp384_points_mul()
1863 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp384_points_mul()
1870 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp384_points_mul()
1888 OPENSSL_free(secrets); in ossl_ec_GFp_nistp384_points_mul()
H A Decp_nistp521.c1918 felem_bytearray *secrets = NULL; in ossl_ec_GFp_nistp521_points_mul() local
1981 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp521_points_mul()
1986 if ((secrets == NULL) || (pre_comp == NULL) in ossl_ec_GFp_nistp521_points_mul()
2020 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp521_points_mul()
2023 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp521_points_mul()
2077 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp521_points_mul()
2084 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp521_points_mul()
2102 OPENSSL_free(secrets); in ossl_ec_GFp_nistp521_points_mul()
/openssl/doc/designs/quic-design/
H A Ddebugging.md138 $ editcap --inject-secrets tls,$PATH_TO_KEYLOG_FILE \
H A Dquic-tls.md125 When the TLS handshake generates secrets they will be communicated to the
H A Dglossary.md138 packet sent by a client, and is used to generate the secrets for encrypting
/openssl/doc/man3/
H A DSSL_CTX_set_srp_password.pod97 The callback will be called as part of the generation of the client secrets.
H A DOSSL_HPKE_CTX_new.pod251 (I<pub>) and to internally derive secrets. This produces the encapsulated public value
335 HPKE defines a way to produce exported secrets for use by the
H A DEVP_RAND.pod352 like generating long-term secrets.
/openssl/doc/man7/
H A DEVP_RAND.pod145 | general purpose | | used for secrets like session keys |
/openssl/doc/man1/
H A Dopenssl-s_server.pod.in771 endpoint-pair shared secrets for DTLS/SCTP. This allows communication with
820 Appends TLS secrets to the specified keylog file such that external programs
H A Dopenssl-s_client.pod.in560 endpoint-pair shared secrets for DTLS/SCTP. This allows communication with
777 Appends TLS secrets to the specified keylog file such that external programs
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_brainpool.txt1232 # Keys and shared secrets from RFC 7027
H A Devppkey_ecdh.txt3285 # Keys and shared secrets from RFC 5114
3501 # Keys and shared secrets from RFC 5903
/openssl/
H A DCHANGES.md13601 resizing buffers containing secrets, and use where appropriate.
13637 resizing buffers containing secrets, and use where appropriate.

Completed in 114 milliseconds