Searched refs:keybag (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/sync/util/
H A Dcryptographer.h122 // will be added to the nigori keybag, but will not be the default encryption
153 // correspond to a nigori that has already been installed into the keybag.
175 // Returns true if |keybag| is decryptable and either is a subset of nigoris_
177 bool KeybagIsStale(const sync_pb::EncryptedData& keybag) const;
195 // Helper method to add a nigori to the keybag, optionally making it the
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
H A Dp12_asn.c100 ADB_ENTRY(NID_keyBag, ASN1_EXP(PKCS12_SAFEBAG, value.keybag, PKCS8_PRIV_KEY_INFO, 0)),
H A Dp12_add.c88 /* Turn PKCS8 object into a keybag */
98 bag->value.keybag = p8;
102 /* Turn PKCS8 object into a shrouded keybag */
H A Dp12_kiss.c244 if (!(*pkey = EVP_PKCS82PKEY(bag->value.keybag)))
H A Dpkcs12.h115 struct pkcs8_priv_key_info_st *keybag; /* keybag */ member in union:__anon13207::__anon13208
/external/openssl/crypto/pkcs12/
H A Dp12_asn.c100 ADB_ENTRY(NID_keyBag, ASN1_EXP(PKCS12_SAFEBAG, value.keybag, PKCS8_PRIV_KEY_INFO, 0)),
H A Dp12_add.c88 /* Turn PKCS8 object into a keybag */
98 bag->value.keybag = p8;
102 /* Turn PKCS8 object into a shrouded keybag */
H A Dp12_kiss.c244 if (!(*pkey = EVP_PKCS82PKEY(bag->value.keybag)))
H A Dpkcs12.h115 struct pkcs8_priv_key_info_st *keybag; /* keybag */ member in union:__anon23694::__anon23695
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl.h156 // the encrypted types/encrypt everything state, as well as the keybag/
182 // Decrypt the encryption keybag using a user provided passphrase.
244 // Returns true on success, false if we were unable to install the keybag.
246 bool AttemptToInstallKeybag(const sync_pb::EncryptedData& keybag,
294 // the keybag (and to detect that a key rotation has occurred).
H A Dsync_encryption_handler_impl.cc72 // 3. Frozen keybag is true
274 // nigori keybag's encryption key. Otherwise we're simply missing the
536 // one if the pending keybag already contains the current default.
538 // everything with a newer gaia passphrase (and hence the keybag
553 // Case 7. The pending keybag contains the current default. Go ahead
559 // Case 8. The pending keybag does not contain the current default
936 // Check to see if we can decrypt the keybag using the keystore decryptor
952 // Keybag was installed. We write back our local keybag into the nigori
953 // node if the nigori node's keybag either contains less keys or
959 // The nigori node has an empty encryption keybag
1541 AttemptToInstallKeybag( const sync_pb::EncryptedData& keybag, bool update_default, Cryptographer* cryptographer) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dpkcs12.h115 struct pkcs8_priv_key_info_st *keybag; /* keybag */ member in union:__anon13250::__anon13251
/external/openssl/include/openssl/
H A Dpkcs12.h115 struct pkcs8_priv_key_info_st *keybag; /* keybag */ member in union:__anon23737::__anon23738
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dpkcs12.c766 p8 = bag->value.keybag;
/external/openssl/apps/
H A Dpkcs12.c766 p8 = bag->value.keybag;

Completed in 153 milliseconds