Home
last modified time | relevance | path

Searched defs:k1 (Results 1 – 8 of 8) sorted by relevance

/openssl/include/openssl/
H A Ddes.h61 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
64 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
67 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
70 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
/openssl/crypto/des/
H A Dofb64ede.c25 DES_key_schedule *k1, DES_key_schedule *k2, in DES_ede3_ofb64_encrypt()
/openssl/crypto/cmac/
H A Dcmac.c27 unsigned char k1[EVP_MAX_BLOCK_LENGTH]; member
39 static void make_kn(unsigned char *k1, const unsigned char *l, int bl) in make_kn()
/openssl/crypto/siphash/
H A Dsiphash.c112 uint64_t k1 = U8TO64_LE(k + 8); in SipHash_Init() local
/openssl/crypto/sm4/
H A Dsm4.c314 #define SM4_RNDS(k0, k1, k2, k3, F) \ argument
/openssl/crypto/ec/
H A Dec_asn1.c29 int32_t k1; member
H A Dec_lib.c1364 int EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, in EC_GROUP_get_pentanomial_basis()
/openssl/test/
H A Dectest.c2405 unsigned int k1 = 0, k2 = 0, k3 = 0; in do_test_custom_explicit_fromdata() local

Completed in 51 milliseconds