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

  /external/openssl/crypto/evp/
pmeth_fn.c 201 ctx->operation = EVP_PKEY_OP_ENCRYPT;
220 if (ctx->operation != EVP_PKEY_OP_ENCRYPT)
294 if (ctx->operation != EVP_PKEY_OP_DERIVE && ctx->operation != EVP_PKEY_OP_ENCRYPT && ctx->operation != EVP_PKEY_OP_DECRYPT)
evp.h     [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/evp/
internal.h 135 #define EVP_PKEY_OP_ENCRYPT (1 << 8)
143 #define EVP_PKEY_OP_TYPE_CRYPT (EVP_PKEY_OP_ENCRYPT | EVP_PKEY_OP_DECRYPT)
evp_ctx.c 303 ctx->operation = EVP_PKEY_OP_ENCRYPT;
321 if (ctx->operation != EVP_PKEY_OP_ENCRYPT) {
386 ctx->operation != EVP_PKEY_OP_ENCRYPT &&
  /external/openssl/apps/
pkeyutl.c 200 pkey_op = EVP_PKEY_OP_ENCRYPT;
484 case EVP_PKEY_OP_ENCRYPT:
556 case EVP_PKEY_OP_ENCRYPT:
  /external/openssl/crypto/cms/
cms_env.c 329 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_ENCRYPT,
  /external/openssl/include/openssl/
evp.h     [all...]
  /external/openssl/crypto/pkcs7/
pk7_doit.c 162 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_ENCRYPT,
  /external/openssl/ssl/
s3_clnt.c     [all...]

Completed in 212 milliseconds