Searched refs:salt_encrypt_context (Results 1 – 1 of 1) sorted by relevance
189 crypto::ScopedEVP_PKEY_CTX salt_encrypt_context( in EncryptSalt() local191 if (!EVP_PKEY_encrypt_init(salt_encrypt_context.get()) || in EncryptSalt()192 !EVP_PKEY_CTX_set_rsa_padding(salt_encrypt_context.get(), in EncryptSalt()194 !EVP_PKEY_CTX_set_rsa_oaep_md(salt_encrypt_context.get(), EVP_sha256()) || in EncryptSalt()195 !EVP_PKEY_CTX_set_rsa_mgf1_md(salt_encrypt_context.get(), EVP_sha256()) || in EncryptSalt()196 !EVP_PKEY_CTX_set0_rsa_oaep_label(salt_encrypt_context.get(), oaep_label, in EncryptSalt()205 salt_encrypt_context.get(), in EncryptSalt()