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

  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
pmeth_lib.c 366 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
404 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cmd, 0, &value);
456 return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, 0, (void *)m);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
pmeth_lib.c 917 /* Uses the same return values as EVP_PKEY_CTX_ctrl */
922 return EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_TYPE_SIG,
951 /* Uses the same return values as EVP_PKEY_CTX_ctrl */
956 return EVP_PKEY_CTX_ctrl(ctx, -1, op, ctrl, 0, (void *)(md));
998 /* Uses the same return values as EVP_PKEY_CTX_ctrl */
1004 return EVP_PKEY_CTX_ctrl(ctx, -1, op, ctrl, datalen, (void *)(data));
1038 /* Uses the same return values as EVP_PKEY_CTX_ctrl */
1044 return EVP_PKEY_CTX_ctrl(ctx, -1, op, ctrl, datalen, (void *)(data));
1159 /* Uses the same return values as EVP_PKEY_CTX_ctrl */
1165 return EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_DERIVE
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
pmeth_lib.c 924 /* Uses the same return values as EVP_PKEY_CTX_ctrl */
929 return EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_TYPE_SIG,
958 /* Uses the same return values as EVP_PKEY_CTX_ctrl */
963 return EVP_PKEY_CTX_ctrl(ctx, -1, op, ctrl, 0, (void *)(md));
1005 /* Uses the same return values as EVP_PKEY_CTX_ctrl */
1011 return EVP_PKEY_CTX_ctrl(ctx, -1, op, ctrl, datalen, (void *)(data));
1045 /* Uses the same return values as EVP_PKEY_CTX_ctrl */
1051 return EVP_PKEY_CTX_ctrl(ctx, -1, op, ctrl, datalen, (void *)(data));
1166 /* Uses the same return values as EVP_PKEY_CTX_ctrl */
1172 return EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_DERIVE
    [all...]

Completed in 48 milliseconds