Searched refs:label_copy (Results 1 – 1 of 1) sorted by relevance
683 void* label_copy = OPENSSL_memdup(label.data(), label.size()); in SetFipsCrypto() local684 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()