Home
last modified time | relevance | path

Searched refs:ipk (Results 1 - 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_cert.c31 EVP_PKEY *ipk; in __ssl_cert_new() local
40 ipk = ic->pkey; in __ssl_cert_new()
43 ipk = NULL; in __ssl_cert_new()
47 cert->pkey = __EVP_PKEY_new(ipk, rngctx); in __ssl_cert_new()
H A Dssl_pkey.c25 EVP_PKEY* __EVP_PKEY_new(EVP_PKEY *ipk, void *rngctx) in __EVP_PKEY_new() argument
36 if (ipk) { in __EVP_PKEY_new()
37 pkey->method = ipk->method; in __EVP_PKEY_new()
42 ret = EVP_PKEY_METHOD_CALL(new, pkey, ipk, rngctx); in __EVP_PKEY_new()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_pkey.h27 * @param ipk - input private key point
31 EVP_PKEY* __EVP_PKEY_new(EVP_PKEY *ipk, void *rngctx);
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1062 V(ipk, IPK, 0xB20B) /* type = S INSERT PSW KEY */ \

Completed in 6 milliseconds