Home
last modified time | relevance | path

Searched refs:label_copy (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_util.cc683 void* label_copy = OPENSSL_memdup(label.data(), label.size()); in SetFipsCrypto() local
684 CHECK_NOT_NULL(label_copy); in SetFipsCrypto()
686 ctx.get(), static_cast<unsigned char*>(label_copy), label.size()); in SetFipsCrypto()
688 OPENSSL_free(label_copy); in SetFipsCrypto()