Home
last modified time | relevance | path

Searched refs:oaep_label (Results 1 – 1 of 1) sorted by relevance

/system/tpm/trunks/
Dsession_manager_impl.cc187 uint8_t* oaep_label = static_cast<uint8_t*>(OPENSSL_malloc(kOaepLabelSize)); in EncryptSalt() local
188 memcpy(oaep_label, kOaepLabelValue, kOaepLabelSize); in EncryptSalt()
196 !EVP_PKEY_CTX_set0_rsa_oaep_label(salt_encrypt_context.get(), oaep_label, in EncryptSalt()