Searched refs:sha1_block_x86 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha1s.cpp37 #define sha1_block_x86 sha1_block_asm_data_order macro
39 void sha1_block_x86(SHA_CTX *ctx, unsigned char *buffer,int num);
68 sha1_block_x86(&ctx,buffer,numm);
70 sha1_block_x86(&ctx,buffer,numm);
73 sha1_block_x86(&ctx,buffer,num);
75 sha1_block_x86(&ctx,buffer,num);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/times/x86/
H A Dsha1s.cpp38 void sha1_block_x86(SHA_CTX *ctx, unsigned char *buffer,int num);
65 sha1_block_x86(&ctx,buffer,numm);
67 sha1_block_x86(&ctx,buffer,numm);
70 sha1_block_x86(&ctx,buffer,num);
72 sha1_block_x86(&ctx,buffer,num);

Completed in 66 milliseconds