Searched refs:keysize (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/tests/bench/ |
| H A D | benchmark-crypto-akcipher.c | 115 #define ADD_TEST(asym_alg, keysize) \ in main() argument 117 (!size || g_str_equal(size, #keysize))) \ in main() 119 "/crypto/akcipher/" #asym_alg "-" #keysize, \ in main() 120 (void *)keysize, \ in main() 121 test_ ## asym_alg ## _ ## keysize ## _speed) in main()
|
| H A D | benchmark-crypto-cipher.c | 175 #define ADD_TEST(mode, cipher, keysize, chunk) \ in main() argument 179 "/crypto/cipher/" #mode "-" #cipher "-" #keysize "/chunk-" #chunk, \ in main() 181 test_cipher_speed_ ## mode ## _ ## cipher ## _ ## keysize) in main()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/ |
| H A D | cryptsetup_2.7.5.bb | 39 luks-adjust-xts-keysize \ 65 PACKAGECONFIG[luks-adjust-xts-keysize] = "--enable-luks-adjust-xts-keysize,--disable-luks-adjust-xt…
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-crypto-cipher.c | 658 size_t ivsize, keysize, blocksize; in test_cipher() local 688 keysize = qcrypto_cipher_get_key_len(data->alg); in test_cipher() 693 g_assert_cmpint(keysize * 2, ==, nkey); in test_cipher() 695 g_assert_cmpint(keysize, ==, nkey); in test_cipher()
|
| /openbmc/qemu/ui/ |
| H A D | vnc-auth-sasl.c | 622 int keysize; in start_auth_sasl() local 625 keysize = qcrypto_tls_session_get_key_size(vs->tls, in start_auth_sasl() 627 if (keysize < 0) { in start_auth_sasl() 634 ssf = keysize * CHAR_BIT; /* tls key size is bytes, sasl wants bits */ in start_auth_sasl()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | 0001-Forward-port-to-OpenSSL-1.1.x.patch | 203 key = new unsigned char[keysize]; 204 memcpy(key, _key, keysize); 222 - HMAC_Init(hmacctx, key, keysize, (env_md_st *)digest->getevpmd()); 223 + HMAC_Init(hmacctx, key, keysize, digest->getevpmd()); 531 size_t keysize;
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | signature.txt | 451 What keysize do you want for the Signature key? (2048) 4096 456 What keysize do you want for the Encryption key? (2048) 4096 458 What keysize do you want for the Authentication key? (2048) 4096
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/ |
| H A D | 0001-Adapt-to-OpenSSL-1.1.1.patch | 36 pamsshagentauth_logit("Warning: identity keysize mismatch: actual %d, announced %u", 44 + pamsshagentauth_logit("Warning: identity keysize mismatch: actual %d, announced %u",
|