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

  /external/openssl/crypto/evp/
p_lib.c 259 int EVP_PKEY_set_type(EVP_PKEY *pkey, int type)
271 if (!EVP_PKEY_set_type(pkey, type))
  /external/chromium_org/third_party/boringssl/src/crypto/evp/
evp.c 331 if (!EVP_PKEY_set_type(pkey, type)) {
351 int EVP_PKEY_set_type(EVP_PKEY *pkey, int type) {
360 OPENSSL_PUT_ERROR(EVP, EVP_PKEY_set_type, EVP_R_UNSUPPORTED_ALGORITHM);

Completed in 258 milliseconds