HomeSort by: relevance | last modified time | path
    Searched refs:pctrl (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/engines/
e_dasync.c 974 static int (*pctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2);
976 if (pctrl == NULL)
977 EVP_PKEY_meth_get_ctrl(dasync_rsa_orig, &pctrl, NULL);
978 return pctrl(ctx, type, p1, p2);
  /src/crypto/external/bsd/openssl/dist/engines/
e_dasync.c 994 static int (*pctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2);
996 if (pctrl == NULL)
997 EVP_PKEY_meth_get_ctrl(dasync_rsa_orig, &pctrl, NULL);
998 return pctrl(ctx, type, p1, p2);
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
pmeth_lib.c 840 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
846 if (pctrl)
847 *pctrl = pmeth->ctrl;
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
pmeth_lib.c 2004 int (**pctrl)(EVP_PKEY_CTX *ctx, int type, int p1,
2010 if (pctrl)
2011 *pctrl = pmeth->ctrl;
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
pmeth_lib.c 2083 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
2089 if (pctrl)
2090 *pctrl = pmeth->ctrl;
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
evp.h 1628 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
  /src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c 4485 int (*pctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2);
4487 EVP_PKEY_meth_get_ctrl(orig_pmeth, &pctrl, NULL);
4494 return pctrl(ctx, type, p1, p2);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h 2118 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2),
  /src/crypto/external/apache2/openssl/dist/include/openssl/
evp.h 2187 int (**pctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2),
  /src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c 5645 int (*pctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2);
5647 EVP_PKEY_meth_get_ctrl(orig_pmeth, &pctrl, NULL);
5654 return pctrl(ctx, type, p1, p2);

Completed in 73 milliseconds