Home
last modified time | relevance | path

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

/openssl-master/crypto/ec/
A Decp_nistp224.c1422 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 Decp_nistp256.c2033 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 Decp_nistp521.c1926 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 DSSL_CTX_set_srp_password.pod97 The callback will be called as part of the generation of the client secrets.
/openssl-master/doc/man7/
A DEVP_RAND.pod145 | general purpose | | used for secrets like session keys |
/openssl-master/doc/man1/
A Dopenssl-s_server.pod.in741 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 Dopenssl-s_client.pod.in529 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 Devppkey_brainpool.txt1232 # Keys and shared secrets from RFC 7027
A Devppkey_ecdh.txt3269 # Keys and shared secrets from RFC 5114
3485 # Keys and shared secrets from RFC 5903
/openssl-master/
A DCHANGES.md11726 resizing buffers containing secrets, and use where appropriate.
11762 resizing buffers containing secrets, and use where appropriate.

Completed in 42 milliseconds