Home
last modified time | relevance | path

Searched refs:keybits (Results 1 – 25 of 81) sorted by relevance

1234

/openssl/providers/implementations/ciphers/
H A Dcipher_aria.h24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_ecb(size_t keybits);
25 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_cbc(size_t keybits);
26 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_ofb128(size_t keybits);
27 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_cfb128(size_t keybits);
28 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_cfb1(size_t keybits);
29 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_cfb8(size_t keybits);
30 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_ctr(size_t keybits);
H A Dcipher_camellia.h24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_ecb(size_t keybits);
25 const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_cbc(size_t keybits);
26 const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_ofb128(size_t keybits);
27 const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_cfb128(size_t keybits);
28 const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_cfb1(size_t keybits);
29 const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_cfb8(size_t keybits);
30 const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_ctr(size_t keybits);
H A Dcipher_aes.h55 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_ecb(size_t keybits);
56 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_cbc(size_t keybits);
57 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_ofb128(size_t keybits);
58 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_cfb128(size_t keybits);
59 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_cfb1(size_t keybits);
60 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_cfb8(size_t keybits);
61 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_ctr(size_t keybits);
H A Dcipher_sm4.h22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_cbc(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_ecb(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_ctr(size_t keybits);
25 const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_ofb128(size_t keybits);
26 const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_cfb128(size_t keybits);
H A Dcipher_blowfish.h21 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_cbc(size_t keybits);
22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_ecb(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_ofb64(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_cfb64(size_t keybits);
H A Dcipher_cast.h21 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_cbc(size_t keybits);
22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_ecb(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_ofb64(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_cfb64(size_t keybits);
H A Dcipher_idea.h21 const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_cbc(size_t keybits);
22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_ecb(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_ofb64(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_cfb64(size_t keybits);
H A Dcipher_seed.h21 const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_cbc(size_t keybits);
22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_ecb(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_ofb128(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_cfb128(size_t keybits);
H A Dcipher_rc5.h22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_cbc(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_ecb(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_ofb64(size_t keybits);
25 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_cfb64(size_t keybits);
H A Dcipher_rc2.h25 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_cbc(size_t keybits);
26 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_ecb(size_t keybits);
27 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_ofb64(size_t keybits);
28 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_cfb64(size_t keybits);
H A Dcipher_sm4_gcm.c18 static void *sm4_gcm_newctx(void *provctx, size_t keybits) in sm4_gcm_newctx() argument
27 ossl_gcm_initctx(provctx, &ctx->base, keybits, in sm4_gcm_newctx()
28 ossl_prov_sm4_hw_gcm(keybits)); in sm4_gcm_newctx()
H A Dcipher_sm4_ccm.c18 static void *sm4_ccm_newctx(void *provctx, size_t keybits) in sm4_ccm_newctx() argument
27 ossl_ccm_initctx(&ctx->base, keybits, ossl_prov_sm4_hw_ccm(keybits)); in sm4_ccm_newctx()
H A Dcipher_aes_ccm.c23 static void *aes_ccm_newctx(void *provctx, size_t keybits) in aes_ccm_newctx() argument
32 ossl_ccm_initctx(&ctx->base, keybits, ossl_prov_aes_hw_ccm(keybits)); in aes_ccm_newctx()
H A Dcipher_aria_ccm.c18 static void *aria_ccm_newctx(void *provctx, size_t keybits) in aria_ccm_newctx() argument
27 ossl_ccm_initctx(&ctx->base, keybits, ossl_prov_aria_hw_ccm(keybits)); in aria_ccm_newctx()
H A Dcipher_aria_gcm.c16 static void *aria_gcm_newctx(void *provctx, size_t keybits) in aria_gcm_newctx() argument
25 ossl_gcm_initctx(provctx, &ctx->base, keybits, in aria_gcm_newctx()
26 ossl_prov_aria_hw_gcm(keybits)); in aria_gcm_newctx()
H A Dcipher_aes_gcm.c23 static void *aes_gcm_newctx(void *provctx, size_t keybits) in aes_gcm_newctx() argument
32 ossl_gcm_initctx(provctx, &ctx->base, keybits, in aes_gcm_newctx()
33 ossl_prov_aes_hw_gcm(keybits)); in aes_gcm_newctx()
H A Dcipher_aria_gcm.h22 const PROV_GCM_HW *ossl_prov_aria_hw_gcm(size_t keybits);
H A Dcipher_rc4.h21 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc4(size_t keybits);
H A Dcipher_sm4_gcm.h22 const PROV_GCM_HW *ossl_prov_sm4_hw_gcm(size_t keybits);
H A Dcipher_chacha20.h30 const PROV_CIPHER_HW *ossl_prov_cipher_hw_chacha20(size_t keybits);
H A Dcipher_aes_gcm.h45 const PROV_GCM_HW *ossl_prov_aes_hw_gcm(size_t keybits);
H A Dcipher_sm4_xts.h46 const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_xts(size_t keybits);
/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_x942.txt43 Ctrl.use-keybits = use-keybits:0
51 Ctrl.use-keybits = use-keybits:0
83 Ctrl.use-keybits = use-keybits:0
94 Ctrl.use-keybits = use-keybits:0
106 Ctrl.use-keybits = use-keybits:0
116 Ctrl.use-keybits = use-keybits:0
H A Devpkdf_x942_des.txt23 Ctrl.use-keybits = use-keybits:0
/openssl/test/recipes/
H A D20-test_dhparam.t32 my $keybits = shift; #Recommended private key bits
89 if ($keybits) {
90 my $keybits_line = "recommended-private-length: $keybits bits";

Completed in 35 milliseconds

1234