Searched defs:S (Results 1 – 13 of 13) sorted by relevance
/openssl/providers/implementations/digests/ |
H A D | blake2b_prov.c | 49 static ossl_inline void blake2b_set_lastblock(BLAKE2B_CTX *S) in blake2b_set_lastblock() 55 static ossl_inline void blake2b_init0(BLAKE2B_CTX *S) in blake2b_init0() 66 static void blake2b_init_param(BLAKE2B_CTX *S, const BLAKE2B_PARAM *P) in blake2b_init_param() 155 static void blake2b_compress(BLAKE2B_CTX *S, in blake2b_compress()
|
H A D | blake2s_prov.c | 42 static ossl_inline void blake2s_set_lastblock(BLAKE2S_CTX *S) in blake2s_set_lastblock() 48 static ossl_inline void blake2s_init0(BLAKE2S_CTX *S) in blake2s_init0() 59 static void blake2s_init_param(BLAKE2S_CTX *S, const BLAKE2S_PARAM *P) in blake2s_init_param() 145 static void blake2s_compress(BLAKE2S_CTX *S, in blake2s_compress()
|
/openssl/crypto/des/ |
H A D | des_local.h | 123 # define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument 126 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 133 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 144 # define D_ENCRYPT(LL,R,S) { \ argument
|
/openssl/include/openssl/ |
H A D | blowfish.h | 45 BF_LONG S[4 * 256]; member
|
/openssl/crypto/ |
H A D | s390xcap.c | 38 #define STR_(S) #S argument 39 #define STR(S) STR_(S) argument
|
/openssl/crypto/rc5/ |
H A D | rc5_skey.c | 22 RC5_32_INT L[64], l, ll, A, B, *S, k; in RC5_32_set_key() local
|
/openssl/crypto/bf/ |
H A D | bf_local.h | 76 # define BF_ENC(LL,R,S,P) ( \ argument
|
/openssl/crypto/md2/ |
H A D | md2_dgst.c | 34 static const MD2_INT S[256] = { variable
|
/openssl/crypto/srp/ |
H A D | srp_lib.c | 79 BIGNUM *tmp = NULL, *S = NULL; in SRP_Calc_server_key() local
|
/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 506 } S, K, *H = (void *)ctx->H.q; in whirlpool_block() local
|
/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 259 BN_ULONG S[P256_LIMBS]; in ecp_nistz256_point_double() local
|
/openssl/test/ |
H A D | ectest.c | 42 EC_POINT *P = NULL, *Q = NULL, *R = NULL, *S = NULL; in group_order_tests() local
|
/openssl/crypto/perlasm/ |
H A D | s390x.pm | 2628 sub S { subroutine
|
Completed in 49 milliseconds