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

  /external/boringssl/src/crypto/evp/
internal.h 157 #define EVP_PKEY_OP_DERIVE (1 << 8)
165 (EVP_PKEY_OP_SIG | EVP_PKEY_OP_CRYPT | EVP_PKEY_OP_DERIVE)
evp_ctx.c 350 ctx->operation = EVP_PKEY_OP_DERIVE;
369 if (ctx->operation != EVP_PKEY_OP_DERIVE &&
426 if (ctx->operation != EVP_PKEY_OP_DERIVE) {

Completed in 121 milliseconds