aes_128_gcm_12_decrypter_nss.cc | 61 return pk11_decrypt_func_; 74 pk11_decrypt_func_ = PK11_Decrypt; 81 pk11_decrypt_func_ = (PK11_DecryptFunction)dlsym(RTLD_DEFAULT, 83 if (pk11_decrypt_func_ == NULL) { 89 // |pk11_decrypt_func_| stores the runtime symbol resolution of PK11_Decrypt. 90 static PK11_DecryptFunction pk11_decrypt_func_; member in class:net::__anon9266::GcmSupportChecker 99 PK11_DecryptFunction GcmSupportChecker::pk11_decrypt_func_ = NULL; member in class:net::__anon9266::GcmSupportChecker
|