Searched refs:priv_key (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-akcipher.c | 677 const uint8_t *priv_key; member 795 .priv_key = rsa1024_private_key, 816 .priv_key = rsa1024_private_key, 840 .priv_key = rsa2048_private_key, 861 .priv_key = rsa2048_private_key, 882 QCryptoAkCipher *pub_key, *priv_key; in test_akcipher() local 892 priv_key = qcrypto_akcipher_new(&data->opt, in test_akcipher() 894 data->priv_key, data->priv_key_len, in test_akcipher() 896 g_assert(priv_key != NULL); in test_akcipher() 911 g_assert(qcrypto_akcipher_decrypt(priv_key, ciphertext, in test_akcipher() [all …]
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-akcipher.c | 21 static QCryptoAkCipher *create_rsa_akcipher(const uint8_t *priv_key, in create_rsa_akcipher() argument 32 priv_key, keylen, &error_abort); in create_rsa_akcipher() 35 static void test_rsa_speed(const uint8_t *priv_key, size_t keylen, in test_rsa_speed() argument 46 create_rsa_akcipher(priv_key, keylen, PADDING, HASH); in test_rsa_speed()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/ |
H A D | 0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch | 128 if ((k->dsa->priv_key = BN_new()) == NULL)
|
H A D | 0001-Adapt-to-OpenSSL-1.1.1.patch | 117 pamsshagentauth_buffer_put_bignum2(b, key->dsa->priv_key); 306 if ((k->dsa->priv_key = BN_new()) == NULL)
|