Searched refs:private_key (Results 1 – 15 of 15) sorted by relevance
/openssl/include/crypto/ |
H A D | ecx.h | 89 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 D | n_pkey.c | 28 ASN1_OCTET_STRING *private_key; member 53 ASN1_SIMPLE(NETSCAPE_PKEY, private_key, ASN1_OCTET_STRING)
|
/openssl/crypto/ec/curve448/ |
H A D | eddsa.c | 385 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 D | curve448.c | 735 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 D | includes1.cnf | 23 private_key = $dir/private/CAkey.pem# The private key
|
/openssl/test/ |
H A D | ca-and-certs.cnf | 67 private_key = $dir/private/cakey.pem
|
H A D | test.cnf | 18 private_key = $dir/private/CAkey.pem# The private key
|
H A D | CAtsa.cnf | 35 private_key = $dir/private/cakey.pem# The private key
|
/openssl/doc/man1/ |
H A D | tsget.pod | 15 [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 D | openssl-ca.pod.in | 504 =item B<private_key> 722 private_key = $dir/private/cakey.pem# CA private key
|
/openssl/doc/man3/ |
H A D | ASN1_generate_nconf.pod | 207 asn1=SEQUENCE:private_key 208 [private_key]
|
/openssl/crypto/ec/ |
H A D | curve25519.c | 5475 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 D | openssl-vms.cnf | 95 private_key = $dir.private]cakey.pem # The private key
|
H A D | openssl.cnf | 95 private_key = $dir/private/cakey.pem # The private key
|
/openssl/include/openssl/ |
H A D | evp.h | 1314 EVP_PKEY *private_key);
|
Completed in 48 milliseconds