Searched defs:private_key (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/regress/lib/libcrypto/curve25519/
H A Dx25519test.c120 uint8_t out[32], private_key[32]; local
H A Ded25519test.c426 uint8_t private_key[ED25519_PRIVATE_KEY_LENGTH]; local
372 dump_info(const uint8_t *message, size_t message_len, const uint8_t *public_key, const uint8_t *private_key, const uint8_t *signature) argument
/openbsd-current/regress/lib/libcrypto/evp/
H A Devp_pkey_check.c154 BIGNUM *private_key = NULL; local
/openbsd-current/regress/lib/libcrypto/pkcs7/
H A Dpkcs7test.c55 const char private_key[] = "\ variable
/openbsd-current/lib/libcrypto/evp/
H A Dp_lib.c481 EVP_PKEY_new_raw_private_key(int type, ENGINE *engine, const unsigned char *private_key, size_t len) argument
/openbsd-current/lib/libcrypto/curve25519/
H A Dcurve25519.c4619 ED25519_public_from_private(uint8_t out_public_key[ED25519_PUBLIC_KEY_LENGTH], const uint8_t private_key[ED25519_PRIVATE_KEY_LENGTH]) argument
4641 ED25519_sign(uint8_t *out_sig, const uint8_t *message, size_t message_len, const uint8_t public_key[ED25519_PUBLIC_KEY_LENGTH], const uint8_t private_key[ED25519_PRIVATE_KEY_LENGTH]) argument
4874 x25519_public_from_private_generic(uint8_t out_public_key[32], const uint8_t private_key[32]) argument
4899 X25519_public_from_private(uint8_t out_public_key[X25519_KEY_LENGTH], const uint8_t private_key[X25519_KEY_LENGTH]) argument
4935 X25519(uint8_t out_shared_key[X25519_KEY_LENGTH], const uint8_t private_key[X25519_KEY_LENGTH], const uint8_t peer_public_key[X25519_KEY_LENGTH]) argument
[all...]

Completed in 145 milliseconds