Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 75) sorted by relevance

123

/openssl/crypto/md5/
H A Dmd5_local.h64 #define R0(a,b,c,d,k,s,t) { \ argument
69 #define R1(a,b,c,d,k,s,t) { \ argument
74 #define R2(a,b,c,d,k,s,t) { \ argument
79 #define R3(a,b,c,d,k,s,t) { \ argument
/openssl/crypto/md4/
H A Dmd4_local.h50 #define R0(a,b,c,d,k,s,t) { \ argument
54 #define R1(a,b,c,d,k,s,t) { \ argument
58 #define R2(a,b,c,d,k,s,t) { \ argument
/openssl/crypto/cast/
H A Dc_enc.c22 const CAST_LONG *k; in CAST_encrypt() local
54 const CAST_LONG *k; in CAST_decrypt() local
H A Dc_skey.c36 CAST_LONG k[32]; in CAST_set_key() local
/openssl/providers/implementations/ciphers/
H A Dcipher_aes.h33 unsigned char k[32]; member
42 unsigned char k[32]; member
/openssl/crypto/camellia/
H A Dcamellia.c286 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) in Camellia_Ekeygen()
408 const u32 *k = keyTable, *kend = keyTable + grandRounds * 16; in Camellia_EncryptBlock_Rounds() local
461 const u32 *k = keyTable + grandRounds * 16, *kend = keyTable + 4; in Camellia_DecryptBlock_Rounds() local
/openssl/test/
H A Dsm4_internal_test.c24 static const uint8_t k[SM4_BLOCK_SIZE] = { in test_sm4_ecb() local
H A Decdsatest.h29 const char *k; /* ECDSA nonce */ member
H A Dcasttest.c27 static unsigned char k[16] = { variable
H A Dx509_check_cert_pkey_test.c24 static const char *k; variable
H A Dideatest.c25 static const unsigned char k[16] = { variable
/openssl/crypto/rc2/
H A Drc2_skey.c58 unsigned char *k; in RC2_set_key() local
/openssl/crypto/
H A Dpunycode.c47 unsigned int k = 0; in adapt() local
152 unsigned int k, t; in ossl_punycode_decode() local
/openssl/crypto/rc5/
H A Drc5_skey.c22 RC5_32_INT L[64], l, ll, A, B, *S, k; in RC5_32_set_key() local
/openssl/apps/
H A Dlist.c337 const EVP_KDF *k = sk_EVP_KDF_value(kdfs, i); in list_kdfs() local
536 OSSL_ENCODER *k = sk_OSSL_ENCODER_value(encoders, i); in list_encoders() local
601 OSSL_DECODER *k = sk_OSSL_DECODER_value(decoders, i); in list_decoders() local
657 EVP_KEYMGMT *k = sk_EVP_KEYMGMT_value(km_stack, i); in list_keymanagers() local
720 EVP_SIGNATURE *k = sk_EVP_SIGNATURE_value(sig_stack, i); in list_signatures() local
826 EVP_KEM *k = sk_EVP_KEM_value(kem_stack, i); in list_kems() local
887 EVP_ASYM_CIPHER *k = sk_EVP_ASYM_CIPHER_value(asymciph_stack, i); in list_asymciphers() local
947 EVP_KEYEXCH *k = sk_EVP_KEYEXCH_value(kex_stack, i); in list_keyexchanges() local
/openssl/crypto/rsa/
H A Drsa_chk.c24 BIGNUM *i, *j, *k, *l, *m; in rsa_validate_keypair_multiprime() local
/openssl/crypto/asn1/
H A Df_string.c48 int i, j, k, m, n, again, bufsize; in a2i_ASN1_STRING() local
H A Df_int.c54 int i, j, k, m, n, again, bufsize; in a2i_ASN1_INTEGER() local
/openssl/crypto/ec/
H A Dec_mult.c146 BIGNUM *k = NULL; in ossl_ec_scalar_mul_ladder() local
414 int k; in ossl_ec_wNAF_mul() local
928 size_t k; in ossl_ec_wNAF_precompute_mult() local
H A Decp_sm2p256.c345 static void ecp_sm2p256_point_G_mul_by_scalar(P256_POINT *R, const BN_ULONG *k) in ecp_sm2p256_point_G_mul_by_scalar()
380 static void ecp_sm2p256_point_P_mul_by_scalar(P256_POINT *R, const BN_ULONG *k, in ecp_sm2p256_point_P_mul_by_scalar()
513 ALIGN32 BN_ULONG k[P256_LIMBS] = {0}; in ecp_sm2p256_windowed_mul() local
575 ALIGN32 BN_ULONG k[P256_LIMBS] = {0}; in ecp_sm2p256_points_mul() local
/openssl/crypto/ec/curve448/
H A Dscalar.c142 size_t i, j, k = 0; in scalar_decode_short() local
217 unsigned int i, j, k = 0; in ossl_curve448_scalar_encode() local
/openssl/crypto/dsa/
H A Ddsa_ossl.c224 BIGNUM *k, *kinv = NULL, *r = *rp; in dsa_sign_setup() local
483 static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q, in dsa_mod_inverse_fermat()
/openssl/crypto/mdc2/
H A Dmdc2dgst.c82 DES_key_schedule k; in mdc2_body() local
/openssl/crypto/bn/
H A Dbn_sqr.c72 int j, k; in bn_sqr_fixed_top() local
/openssl/crypto/des/
H A Dset_key.c332 register DES_LONG *k; in DES_set_key_unchecked() local

Completed in 99 milliseconds

123