Home
last modified time | relevance | path

Searched defs:private_key (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/regress/lib/libcrypto/curve25519/
H A Ded25519test.c373 const uint8_t *private_key, const uint8_t *signature) in dump_info()
426 uint8_t private_key[ED25519_PRIVATE_KEY_LENGTH]; in test_ED25519_signature_malleability() local
H A Dx25519test.c120 uint8_t out[32], private_key[32]; in x25519_small_order_test() local
/openbsd-src/regress/lib/libcrypto/evp/
H A Devp_pkey_check.c
/openbsd-src/regress/lib/libcrypto/pkcs7/
H A Dpkcs7test.c55 const char private_key[] = "\ variable
/openbsd-src/lib/libcrypto/evp/
H A Dp_lib.c482 EVP_PKEY_new_raw_private_key(int type,ENGINE * engine,const unsigned char * private_key,size_t len) EVP_PKEY_new_raw_private_key() argument