Searched refs:ourkey (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_set1_encoded_public_key.pod | 84 int exchange(EVP_PKEY *ourkey, unsigned char *peer_pub, size_t peer_pub_len) 88 if (peerkey == NULL || EVP_PKEY_copy_parameters(peerkey, ourkey) <= 0) 106 int get_encoded_pub_key(EVP_PKEY *ourkey) 111 pubkey_len = EVP_PKEY_get1_encoded_public_key(ourkey, &pubkey);
|
| /src/crypto/openssl/test/ |
| H A D | tls-provider.c | 574 XORKEY *ourkey = NULL; in xor_encapsulate() local 593 ourkey = xor_gen(genctx, NULL, NULL); in xor_encapsulate() 594 if (ourkey == NULL) in xor_encapsulate() 598 memcpy(ct, ourkey->pubkey, XOR_KEY_SIZE); in xor_encapsulate() 604 || !xor_init(derivectx, ourkey, NULL) in xor_encapsulate() 613 xor_freekey(ourkey); in xor_encapsulate()
|