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

  /external/openssl/apps/
pkeyutl.c 93 int pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY;
192 pkey_op = EVP_PKEY_OP_SIGN;
422 if(((pkey_op == EVP_PKEY_OP_SIGN) || (pkey_op == EVP_PKEY_OP_DECRYPT)
472 case EVP_PKEY_OP_SIGN:
552 case EVP_PKEY_OP_SIGN:
  /external/openssl/crypto/evp/
pmeth_fn.c 91 ctx->operation = EVP_PKEY_OP_SIGN;
110 if (ctx->operation != EVP_PKEY_OP_SIGN)
evp.h     [all...]
  /external/openssl/crypto/rsa/
rsa.h 227 (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
rsa_pmeth.c 386 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY)))
  /external/openssl/include/openssl/
rsa.h 227 (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
evp.h     [all...]
  /external/openssl/crypto/pkcs7/
pk7_doit.c 870 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
892 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,

Completed in 24 milliseconds