summaryrefslogtreecommitdiffstats
path: root/net/ssl/openssl_platform_key_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/ssl/openssl_platform_key_mac.cc')
-rw-r--r--net/ssl/openssl_platform_key_mac.cc20
1 files changed, 11 insertions, 9 deletions
diff --git a/net/ssl/openssl_platform_key_mac.cc b/net/ssl/openssl_platform_key_mac.cc
index 34857af..2b65db2 100644
--- a/net/ssl/openssl_platform_key_mac.cc
+++ b/net/ssl/openssl_platform_key_mac.cc
@@ -305,22 +305,24 @@ const RSA_METHOD mac_rsa_method = {
0 /* references */,
1 /* is_static */
} /* common */,
- NULL /* app_data */,
+ nullptr /* app_data */,
- NULL /* init */,
- NULL /* finish */,
+ nullptr /* init */,
+ nullptr /* finish */,
RsaMethodSize,
- NULL /* sign */,
- NULL /* verify */,
+ nullptr /* sign */,
+ nullptr /* verify */,
RsaMethodEncrypt,
RsaMethodSignRaw,
RsaMethodDecrypt,
RsaMethodVerifyRaw,
- NULL /* private_transform */,
- NULL /* mod_exp */,
- NULL /* bn_mod_exp */,
+ nullptr /* private_transform */,
+ nullptr /* mod_exp */,
+ nullptr /* bn_mod_exp */,
RSA_FLAG_OPAQUE,
- NULL /* keygen */,
+ nullptr /* keygen */,
+ nullptr /* multi_prime_keygen */,
+ nullptr /* supports_digest */,
};
crypto::ScopedEVP_PKEY CreateRSAWrapper(SecKeyRef key,