Searched refs:der_private_key_info (Results 1 – 2 of 2) sorted by relevance
/external/chromium/crypto/ |
D | rsa_private_key_nss.cc | 224 SECItem der_private_key_info; in CreateFromPrivateKeyInfoWithParams() local 225 der_private_key_info.data = const_cast<unsigned char*>(&input.front()); in CreateFromPrivateKeyInfoWithParams() 226 der_private_key_info.len = input.size(); in CreateFromPrivateKeyInfoWithParams() 232 slot, &der_private_key_info, NULL, NULL, permanent, sensitive, in CreateFromPrivateKeyInfoWithParams()
|
/external/chromium/net/socket/ |
D | ssl_server_socket_nss.cc | 311 SECItem der_private_key_info; in InitializeSSLOptions() local 312 der_private_key_info.data = in InitializeSSLOptions() 314 der_private_key_info.len = key_vector.size(); in InitializeSSLOptions() 322 slot, &der_private_key_info, NULL, NULL, PR_FALSE, PR_FALSE, in InitializeSSLOptions()
|