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

  /external/openssl/crypto/evp/
p_lib.c 124 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from)
  /external/chromium_org/third_party/boringssl/src/crypto/evp/
evp.c 154 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) {
156 OPENSSL_PUT_ERROR(EVP, EVP_PKEY_copy_parameters, EVP_R_DIFFERENT_KEY_TYPES);
161 OPENSSL_PUT_ERROR(EVP, EVP_PKEY_copy_parameters, EVP_R_MISSING_PARAMETERS);

Completed in 245 milliseconds