HomeSort by: relevance | last modified time | path
    Searched defs:private_key (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/
daa_debug.h 8 DAA_PRIVATE_KEY_internal *private_key; member in struct:tdKEY_PAIR_WITH_PROOF_internal
39 const DAA_PRIVATE_KEY_internal *private_key
daa_structs.c 271 DAA_PRIVATE_KEY_internal *private_key = local
274 private_key->p_prime = bi_new_ptr(); bi_set( private_key->p_prime, pPrime);
275 private_key->q_prime = bi_new_ptr(); bi_set( private_key->q_prime, qPrime);
276 private_key->productPQprime = bi_new_ptr();
277 bi_mul( private_key->productPQprime, pPrime, qPrime);
278 return private_key;
283 save_DAA_PRIVATE_KEY(FILE *file, const DAA_PRIVATE_KEY_internal *private_key)
285 BI_SAVE( private_key->p_prime , file)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
n_pkey.c 28 ASN1_OCTET_STRING *private_key; member in struct:netscape_pkey_st
52 ASN1_SIMPLE(NETSCAPE_PKEY, private_key, ASN1_OCTET_STRING)
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
n_pkey.c 28 ASN1_OCTET_STRING *private_key; member in struct:netscape_pkey_st
53 ASN1_SIMPLE(NETSCAPE_PKEY, private_key, ASN1_OCTET_STRING)
  /src/crypto/external/apache2/openssl/dist/test/
ml_kem_internal_test.c 105 ML_KEM_KEY *private_key = NULL; local
124 private_key = ossl_ml_kem_key_new(NULL, NULL, alg[i]);
125 if (private_key == NULL || public_key == NULL
137 private_key))
190 ciphertext, v->ctext_bytes, private_key))
203 private_key)))
218 private_key)))
234 ossl_ml_kem_key_free(private_key);
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
issuer_setup.c 60 TSS_DAA_PRIVATE_KEY *private_key; local
128 private_key = key_pair->private_key;
129 private_key_internal = e_2_i_TSS_DAA_PRIVATE_KEY( private_key);
137 key_pair_with_proof->private_key = private_key_internal;
issue_credential.c 311 TSS_DAA_PRIVATE_KEY *private_key; local
662 private_key = (TSS_DAA_PRIVATE_KEY *)
663 (((TSS_DAA_KEY_PAIR *)joinSession.issuerKeyPair)->private_key);
665 tmp2 = bi_set_as_nbin( private_key->productPQprimeLength,
666 private_key->productPQprime); // allocation
  /src/external/bsd/wpa/dist/src/tls/
rsa.c 18 int private_key; /* whether private key is set */ member in struct:crypto_rsa_key
21 /* The following parameters are available only if private_key is set */
155 key->private_key = 1;
263 if (use_private && !key->private_key)
  /src/usr.bin/nbsvtool/
nbsvtool.c 65 * `private_key' must be given. An additional hint to the verifier how
71 sign_file(X509 *cert, EVP_PKEY *private_key, STACK_OF(X509) *cert_chain,
86 p7 = PKCS7_sign(cert, private_key, cert_chain, in,
234 EVP_PKEY *private_key; member in struct:__anon8302
271 crypto_state.private_key =
274 if (crypto_state.private_key == NULL)
278 crypto_state.private_key);
375 crypto_state.private_key,
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
collector.c 38 struct private_key { struct
40 hx509_private_key private_key; member in struct:private_key
49 struct private_key **data;
106 free_private_key(struct private_key *key)
109 if (key->private_key)
110 hx509_private_key_free(&key->private_key);
119 hx509_private_key private_key,
123 struct private_key *key;
145 if (private_key) {
146 key->private_key = private_key
    [all...]
ks_p11.c 100 CK_OBJECT_HANDLE private_key; member in struct:p11_rsa
133 CK_OBJECT_HANDLE key = p11rsa->private_key;
171 CK_OBJECT_HANDLE key = p11rsa->private_key;
669 p11rsa->private_key = object;
hx_locl.h 271 } private_key; member in struct:hx509_private_key
hxtool.c 1808 hx509_private_key private_key = NULL; local
1869 ret = read_private_key(opt->ca_private_key_string, &private_key);
1873 ret = hx509_private_key2SPKI(context, private_key, &spki);
1878 cert_key = private_key;
1923 private_key = cert_key;
2043 ret = hx509_ca_sign_self(context, tbs, private_key, &cert);
2084 if (private_key != cert_key)
2085 hx509_private_key_free(&private_key);
cert.c 83 hx509_private_key private_key; member in struct:hx509_cert_data
246 cert->private_key = NULL;
326 /* Doesn't make a copy of `private_key'. */
329 _hx509_cert_assign_key(hx509_cert cert, hx509_private_key private_key)
331 if (cert->private_key)
332 hx509_private_key_free(&cert->private_key);
333 cert->private_key = _hx509_private_key_ref(private_key);
362 if (cert->private_key)
363 hx509_private_key_free(&cert->private_key);
    [all...]
  /src/external/bsd/wpa/dist/src/radius/
radius_client.h 64 * private_key - Path to clienbt private key for RADIUS/TLS
66 char *private_key; member in struct:hostapd_radius_server
  /src/crypto/external/cpl/trousers/dist/src/include/daa/
daa_structs.h 108 const DAA_PRIVATE_KEY_internal *private_key
121 TSS_DAA_PRIVATE_KEY *private_key
265 DAA_PRIVATE_KEY_internal *private_key; member in struct:tdKEY_PAIR_WITH_PROOF_internal
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
test_join.c 46 DAA_PRIVATE_KEY_internal *private_key; member in struct:tdIssuer
209 issuer->key_pair_extern->private_key = i_2_e_TSS_DAA_PRIVATE_KEY(
210 key_pair_with_proof->private_key,
213 issuer->private_key = key_pair_with_proof->private_key;
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_config.h 73 * private_key - File path to client private key file (PEM/DER/PFX)
82 * configuring private_key in one of the following formats:
88 * For example: private_key="hash://63093aa9c47f56ae88334c7b65a4"
97 char *private_key; member in struct:eap_peer_cert_config
478 * (private_key/client_cert) is no used and TLS session resumption was
  /src/external/gpl3/gdb/dist/gdb/
skip.c 81 struct private_key {}; struct
88 private_key);
129 private_key)
157 private_key {});
  /src/external/gpl3/gdb.old/dist/gdb/
skip.c 81 struct private_key {}; struct
88 private_key);
129 private_key)
157 private_key {});
  /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
ossl_shim.cc 87 // private_key is the underlying private key used when testing custom keys.
88 bssl::UniquePtr<EVP_PKEY> private_key; member in struct:bssl::TestState
  /src/external/bsd/wpa/dist/src/crypto/
tls.h 152 * @private_key: File or reference name for client private key in PEM or DER
154 * @private_key_blob: private_key as inlined data or %NULL if not used
200 const char *private_key; member in struct:tls_connection_params
tls_openssl.c 247 EVP_PKEY *private_key; /* the private key if using engine */ member in struct:tls_connection
1272 conn->private_key = EVP_PKEY_from_keystore(key_id);
1273 if (!conn->private_key) {
1325 conn->private_key = ENGINE_load_private_key(conn->engine,
1328 if (!conn->private_key) {
1365 if (conn->private_key) {
1366 EVP_PKEY_free(conn->private_key);
1367 conn->private_key = NULL;
1381 if (conn->private_key) {
1382 EVP_PKEY_free(conn->private_key);
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
eapol_test.c 678 os_free(e->radius_conf->auth_server->private_key);
1019 const char *private_key,
1065 if (private_key)
1066 as->private_key = os_strdup(private_key);
1341 char *private_key = NULL, *private_key_passwd = NULL; local
1396 private_key = optarg;
1551 ca_cert, client_cert, private_key, private_key_passwd,
config.h 142 * private_key - File path to client private key file (PEM/DER/PFX)
151 * configuring private_key in one of the following formats:
157 * For example: private_key="hash://63093aa9c47f56ae88334c7b65a4"
166 char *private_key; member in struct:wpa_cred

Completed in 54 milliseconds

1 2