Home
last modified time | relevance | path

Searched refs:mykey (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/docs/examples/
Dusercertinmem.c98 const char *mykey = in sslctx_function() local
143 kbio = BIO_new_mem_buf((char *)mykey, -1); in sslctx_function()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
DREADME.md39 $ ./lws-crypto-jwk -t EC -v P-256 --key-ops "sign verify" --public mykey.pub
46 The output in `mykey.pub` is:
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_map/
Dmain.c18 typedef struct mykey { struct
/third_party/python/Doc/library/
Dlogging.config.rst622 Given a string ``cfg://handlers.myhandler.mykey.123``, this will
623 resolve to ``config_dict['handlers']['myhandler']['mykey']['123']``.
624 If the string is specified as ``cfg://handlers.myhandler.mykey[123]``,
626 ``config_dict['handlers']['myhandler']['mykey'][123]``, and fall back
627 to ``config_dict['handlers']['myhandler']['mykey']['123']`` if that
/third_party/openssl/doc/man1/
Dopenssl-smime.pod.in386 -signer mycert.pem -inkey mykey.pem -certfile mycerts.pem
Dopenssl-cms.pod.in781 -signer mycert.pem -inkey mykey.pem -certfile mycerts.pem
/third_party/python/Lib/test/
Dtest_descr.py5037 mykey = 'from Base' variable in MiscTests.test_type_lookup_mro_reference.Base
5041 mykey = 'from Base2' variable in MiscTests.test_type_lookup_mro_reference.Base2
5046 self.assertEqual(X.mykey, 'from Base')