Home
last modified time | relevance | path

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

123

/openssl/crypto/md5/
H A Dmd5_local.h63 #define R0(a,b,c,d,k,s,t) { \ argument
68 #define R1(a,b,c,d,k,s,t) { \ argument
73 #define R2(a,b,c,d,k,s,t) { \ argument
78 #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/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 Dideatest.c25 static const unsigned char k[16] = { variable
H A Dx509_check_cert_pkey_test.c24 static const char *k; variable
/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/crypto/rc2/
H A Drc2_skey.c58 unsigned char *k; in RC2_set_key() 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/crypto/
H A Dpunycode.c46 unsigned int k = 0; in adapt() local
152 unsigned int k, t; in ossl_punycode_decode() local
/openssl/crypto/rsa/
H A Drsa_chk.c24 BIGNUM *i, *j, *k, *l, *m; in rsa_validate_keypair_multiprime() local
/openssl/apps/
H A Dlist.c334 const EVP_KDF *k = sk_EVP_KDF_value(kdfs, i); in list_kdfs() local
533 OSSL_ENCODER *k = sk_OSSL_ENCODER_value(encoders, i); in list_encoders() local
598 OSSL_DECODER *k = sk_OSSL_DECODER_value(decoders, i); in list_decoders() local
654 EVP_KEYMGMT *k = sk_EVP_KEYMGMT_value(km_stack, i); in list_keymanagers() local
717 EVP_SIGNATURE *k = sk_EVP_SIGNATURE_value(sig_stack, i); in list_signatures() local
776 EVP_KEM *k = sk_EVP_KEM_value(kem_stack, i); in list_kems() local
837 EVP_ASYM_CIPHER *k = sk_EVP_ASYM_CIPHER_value(asymciph_stack, i); in list_asymciphers() local
897 EVP_KEYEXCH *k = sk_EVP_KEYEXCH_value(kex_stack, i); in list_keyexchanges() local
/openssl/crypto/dsa/
H A Ddsa_ossl.c202 BIGNUM *k, *kinv = NULL, *r = *rp; in dsa_sign_setup() local
447 static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q, in dsa_mod_inverse_fermat()
/openssl/crypto/asn1/
H A Df_string.c50 int i, j, k, m, n, again, bufsize; in a2i_ASN1_STRING() local
H A Df_int.c56 int i, j, k, m, n, again, bufsize; in a2i_ASN1_INTEGER() local
/openssl/crypto/ec/
H A Dec_mult.c152 BIGNUM *k = NULL; in ossl_ec_scalar_mul_ladder() local
420 int k; in ossl_ec_wNAF_mul() local
941 size_t k; in ossl_ec_wNAF_precompute_mult() 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/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.c331 register DES_LONG *k; in DES_set_key_unchecked() local
/openssl/crypto/srp/
H A Dsrp_lib.c110 BIGNUM *B = NULL, *k = NULL; in SRP_Calc_B_ex() local
216 BIGNUM *tmp = NULL, *tmp2 = NULL, *tmp3 = NULL, *k = NULL, *K = NULL; in SRP_Calc_client_key_ex() local

Completed in 77 milliseconds

123