Searched refs:der_private_key_info (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/crypto/ |
D | rsa_private_key_nss.cc | 281 SECItem der_private_key_info; in CreateFromPrivateKeyInfoWithParams() local 282 der_private_key_info.data = const_cast<unsigned char*>(&input.front()); in CreateFromPrivateKeyInfoWithParams() 283 der_private_key_info.len = input.size(); in CreateFromPrivateKeyInfoWithParams() 289 slot, &der_private_key_info, NULL, NULL, permanent, sensitive, in CreateFromPrivateKeyInfoWithParams()
|
/external/chromium_org/net/socket/ |
D | ssl_server_socket_nss.cc | 454 SECItem der_private_key_info; in InitializeSSLOptions() local 455 der_private_key_info.data = in InitializeSSLOptions() 457 der_private_key_info.len = key_vector.size(); in InitializeSSLOptions() 465 slot, &der_private_key_info, NULL, NULL, PR_FALSE, PR_FALSE, in InitializeSSLOptions()
|