Searched refs:secrets (Results 1 – 10 of 10) sorted by relevance
/openssl-master/crypto/ec/ |
A D | ecp_nistp224.c | 1422 felem_bytearray *secrets = NULL; in ossl_ec_GFp_nistp224_points_mul() local 1484 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp224_points_mul() 1489 if ((secrets == NULL) || (pre_comp == NULL) in ossl_ec_GFp_nistp224_points_mul() 1522 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp224_points_mul() 1525 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp224_points_mul() 1579 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp224_points_mul() 1585 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp224_points_mul() 1603 OPENSSL_free(secrets); in ossl_ec_GFp_nistp224_points_mul()
|
A D | ecp_nistp256.c | 2033 felem_bytearray *secrets = NULL; in ossl_ec_GFp_nistp256_points_mul() local 2096 secrets = OPENSSL_malloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp256_points_mul() 2101 if ((secrets == NULL) || (pre_comp == NULL) in ossl_ec_GFp_nistp256_points_mul() 2111 memset(secrets, 0, sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp256_points_mul() 2139 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp256_points_mul() 2142 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp256_points_mul() 2198 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp256_points_mul() 2204 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp256_points_mul() 2222 OPENSSL_free(secrets); in ossl_ec_GFp_nistp256_points_mul()
|
A D | ecp_nistp521.c | 1926 felem_bytearray *secrets = NULL; in ossl_ec_GFp_nistp521_points_mul() local 1989 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp521_points_mul() 1994 if ((secrets == NULL) || (pre_comp == NULL) in ossl_ec_GFp_nistp521_points_mul() 2030 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp521_points_mul() 2033 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp521_points_mul() 2087 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp521_points_mul() 2094 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp521_points_mul() 2112 OPENSSL_free(secrets); in ossl_ec_GFp_nistp521_points_mul()
|
/openssl-master/doc/man3/ |
A D | SSL_CTX_set_srp_password.pod | 97 The callback will be called as part of the generation of the client secrets.
|
/openssl-master/doc/man7/ |
A D | EVP_RAND.pod | 145 | general purpose | | used for secrets like session keys |
|
/openssl-master/doc/man1/ |
A D | openssl-s_server.pod.in | 741 endpoint-pair shared secrets for DTLS/SCTP. This allows communication with 781 Appends TLS secrets to the specified keylog file such that external programs
|
A D | openssl-s_client.pod.in | 529 endpoint-pair shared secrets for DTLS/SCTP. This allows communication with 730 Appends TLS secrets to the specified keylog file such that external programs
|
/openssl-master/test/recipes/30-test_evp_data/ |
A D | evppkey_brainpool.txt | 1232 # Keys and shared secrets from RFC 7027
|
A D | evppkey_ecdh.txt | 3269 # Keys and shared secrets from RFC 5114 3485 # Keys and shared secrets from RFC 5903
|
/openssl-master/ |
A D | CHANGES.md | 11726 resizing buffers containing secrets, and use where appropriate. 11762 resizing buffers containing secrets, and use where appropriate.
|
Completed in 42 milliseconds