HomeSort by relevance Sort by last modified time
    Searched refs:blob_length (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/crypto/
rsa_private_key_win.cc 127 DWORD blob_length = 0; local
128 if (!CryptExportKey(key_, NULL, PRIVATEKEYBLOB, 0, NULL, &blob_length)) {
133 scoped_array<uint8> blob(new uint8[blob_length]);
135 &blob_length)) {
174 CHECK((pos - blob_length) == reinterpret_cast<BYTE*>(publickey_struct));
  /external/openssl/crypto/pem/
pvkfmt.c 214 static unsigned int blob_length(unsigned bitlen, int isdss, int ispub) function
259 if (length < blob_length(bitlen, isdss, ispub))
286 length = blob_length(bitlen, isdss, ispub);
503 outlen = 16 + blob_length(bitlen,

Completed in 102 milliseconds