Searched refs:mykey (Results 1 – 7 of 7) sorted by relevance
98 const char *mykey = in sslctx_function() local143 kbio = BIO_new_mem_buf((char *)mykey, -1); in sslctx_function()
39 $ ./lws-crypto-jwk -t EC -v P-256 --key-ops "sign verify" --public mykey.pub46 The output in `mykey.pub` is:
18 typedef struct mykey { struct
622 Given a string ``cfg://handlers.myhandler.mykey.123``, this will623 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 back627 to ``config_dict['handlers']['myhandler']['mykey']['123']`` if that
386 -signer mycert.pem -inkey mykey.pem -certfile mycerts.pem
781 -signer mycert.pem -inkey mykey.pem -certfile mycerts.pem
5037 mykey = 'from Base' variable in MiscTests.test_type_lookup_mro_reference.Base5041 mykey = 'from Base2' variable in MiscTests.test_type_lookup_mro_reference.Base25046 self.assertEqual(X.mykey, 'from Base')