HomeSort by: relevance | last modified time | path
    Searched defs:xorxkey (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
tls-provider.c 1619 static int prepare_xorx_params(const void *xorxkey, int nid, int save,
1623 XORKEY *k = (XORKEY *)xorxkey;
1650 const XORKEY *xorxkey = vecxkey; local
1654 if (xorxkey == NULL) {
1659 keyblob = OPENSSL_memdup(xorxkey->pubkey, retlen = XOR_KEY_SIZE);
1671 XORKEY *xorxkey = (XORKEY *)vecxkey; local
1676 if (xorxkey == NULL) {
1682 memcpy(buf, xorxkey->privkey, XOR_KEY_SIZE);
tls-provider.c 1619 static int prepare_xorx_params(const void *xorxkey, int nid, int save,
1623 XORKEY *k = (XORKEY *)xorxkey;
1650 const XORKEY *xorxkey = vecxkey; local
1654 if (xorxkey == NULL) {
1659 keyblob = OPENSSL_memdup(xorxkey->pubkey, retlen = XOR_KEY_SIZE);
1671 XORKEY *xorxkey = (XORKEY *)vecxkey; local
1676 if (xorxkey == NULL) {
1682 memcpy(buf, xorxkey->privkey, XOR_KEY_SIZE);

Completed in 44 milliseconds