HomeSort by relevance Sort by last modified time
    Searched refs:EVP_PKEY_OP_DERIVE (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/evp/
pmeth_fn.c 276 ctx->operation = EVP_PKEY_OP_DERIVE;
294 if (ctx->operation != EVP_PKEY_OP_DERIVE && ctx->operation != EVP_PKEY_OP_ENCRYPT && ctx->operation != EVP_PKEY_OP_DECRYPT)
360 if (ctx->operation != EVP_PKEY_OP_DERIVE)
evp.h     [all...]
  /external/openssl/apps/
pkeyutl.c 204 pkey_op = EVP_PKEY_OP_DERIVE;
253 if (pkey_op != EVP_PKEY_OP_DERIVE)
423 || (pkey_op == EVP_PKEY_OP_DERIVE))
492 case EVP_PKEY_OP_DERIVE:
564 case EVP_PKEY_OP_DERIVE:
  /external/openssl/include/openssl/
evp.h     [all...]

Completed in 17 milliseconds