Home
last modified time | relevance | path

Searched refs:ourkey (Results 1 – 2 of 2) sorted by relevance

/openssl/doc/man3/
H A DEVP_PKEY_set1_encoded_public_key.pod78 int exchange(EVP_PKEY *ourkey, unsigned char *peer_pub, size_t peer_pub_len)
82 if (peerkey == NULL || EVP_PKEY_copy_parameters(peerkey, ourkey) <= 0)
100 int get_encoded_pub_key(EVP_PKEY *ourkey)
105 pubkey_len = EVP_PKEY_get1_encoded_public_key(ourkey, &pubkey);
/openssl/test/
H A Dtls-provider.c577 XORKEY *ourkey = NULL; in xor_encapsulate() local
596 ourkey = xor_gen(genctx, NULL, NULL); in xor_encapsulate()
597 if (ourkey == NULL) in xor_encapsulate()
601 memcpy(ct, ourkey->pubkey, XOR_KEY_SIZE); in xor_encapsulate()
607 || !xor_init(derivectx, ourkey, NULL) in xor_encapsulate()
616 xor_freekey(ourkey); in xor_encapsulate()

Completed in 16 milliseconds