Home
last modified time | relevance | path

Searched refs:private_key (Results 1 – 15 of 15) sorted by relevance

/openssl/include/crypto/
H A Decx.h89 int ossl_x25519(uint8_t out_shared_key[32], const uint8_t private_key[32],
92 const uint8_t private_key[32]);
96 const uint8_t private_key[32],
100 const uint8_t public_key[32], const uint8_t private_key[32],
114 const uint8_t private_key[57], const char *propq);
118 const uint8_t public_key[57], const uint8_t private_key[57],
133 ossl_x448(uint8_t out_shared_key[56], const uint8_t private_key[56],
137 const uint8_t private_key[56]);
/openssl/crypto/asn1/
H A Dn_pkey.c28 ASN1_OCTET_STRING *private_key; member
53 ASN1_SIMPLE(NETSCAPE_PKEY, private_key, ASN1_OCTET_STRING)
/openssl/crypto/ec/curve448/
H A Deddsa.c385 const uint8_t public_key[57], const uint8_t private_key[57], in ossl_ed448_sign()
389 return ossl_c448_ed448_sign(ctx, out_sig, private_key, public_key, message, in ossl_ed448_sign()
419 const uint8_t private_key[57], const char *propq) in ossl_ed448_public_from_private()
421 return ossl_c448_ed448_derive_public_key(ctx, out_public_key, private_key, in ossl_ed448_public_from_private()
H A Dcurve448.c735 int ossl_x448(uint8_t out_shared_key[56], const uint8_t private_key[56], in ossl_x448()
738 return ossl_x448_int(out_shared_key, peer_public_value, private_key) in ossl_x448()
743 const uint8_t private_key[56]) in ossl_x448_public_from_private()
745 ossl_x448_derive_public_key(out_public_value, private_key); in ossl_x448_public_from_private()
/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes1.cnf23 private_key = $dir/private/CAkey.pem# The private key
/openssl/test/
H A Dca-and-certs.cnf67 private_key = $dir/private/cakey.pem
H A Dtest.cnf18 private_key = $dir/private/CAkey.pem# The private key
H A DCAtsa.cnf35 private_key = $dir/private/cakey.pem# The private key
/openssl/doc/man1/
H A Dtsget.pod15 [B<-k> I<private_key.pem>]
82 =item B<-k> I<private_key.pem>
85 I<private_key.pem> must contain the private key of the user. The private key
H A Dopenssl-ca.pod.in504 =item B<private_key>
722 private_key = $dir/private/cakey.pem# CA private key
/openssl/doc/man3/
H A DASN1_generate_nconf.pod207 asn1=SEQUENCE:private_key
208 [private_key]
/openssl/crypto/ec/
H A Dcurve25519.c5475 const uint8_t public_key[32], const uint8_t private_key[32], in ossl_ed25519_sign()
5504 || !EVP_DigestUpdate(hash_ctx, private_key, 32) in ossl_ed25519_sign()
5666 const uint8_t private_key[32], in ossl_ed25519_public_from_private()
5677 r = EVP_Digest(private_key, 32, az, NULL, sha512, NULL); in ossl_ed25519_public_from_private()
5696 ossl_x25519(uint8_t out_shared_key[32], const uint8_t private_key[32], in ossl_x25519()
5700 x25519_scalar_mult(out_shared_key, private_key, peer_public_value); in ossl_x25519()
5707 const uint8_t private_key[32]) in ossl_x25519_public_from_private()
5713 memcpy(e, private_key, 32); in ossl_x25519_public_from_private()
/openssl/apps/
H A Dopenssl-vms.cnf95 private_key = $dir.private]cakey.pem # The private key
H A Dopenssl.cnf95 private_key = $dir/private/cakey.pem # The private key
/openssl/include/openssl/
H A Devp.h1314 EVP_PKEY *private_key);

Completed in 51 milliseconds