Home
last modified time | relevance | path

Searched refs:pIV (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/test/
H A Dsnow3g_test.c707 memset(pIV, 0, sizeof(pIV)); in validate_snow3g_f8_2_blocks()
976 memset(pIV, 0, sizeof(pIV)); in validate_snow3g_f8_4_blocks()
1053 pIV[0], pIV[1], pIV[2], pIV[3], in validate_snow3g_f8_4_blocks()
1089 pIV[0], pIV[1], pIV[2], pIV[3], in validate_snow3g_f8_4_blocks()
1120 pIV[0], pIV[1], pIV[2], pIV[3], in validate_snow3g_f8_4_blocks()
1157 pIV[0], pIV[1], pIV[2], pIV[3], in validate_snow3g_f8_4_blocks()
1333 memset(pIV, 0, sizeof(pIV)); in validate_snow3g_f8_8_blocks()
1409 pIV[1], pIV[2], pIV[3], pIV[4], in validate_snow3g_f8_8_blocks()
1447 pIV[1], pIV[2], pIV[3], pIV[4], in validate_snow3g_f8_8_blocks()
1559 pIV[2], pIV[3], pIV[4], pIV[5], pIV[6], in validate_snow3g_f8_8_blocks()
[all …]
H A Dzuc_test.c133 if (!pIV[i]) { in createKeyVecData()
137 free(pIV[j]); in createKeyVecData()
150 free(pIV[j]); in createKeyVecData()
195 uint8_t *pIV[MAXBUFS] = {0}; in zuc_test() local
221 pIV, MAXBUFS)) { in zuc_test()
231 pIV[0])) in zuc_test()
238 pIV[0], 0)) in zuc_test()
257 pIV[0], 0)) in zuc_test()
272 pIV[0], 1)) in zuc_test()
486 pIV); in validate_zuc_EEA_1_block()
[all …]
H A Dkasumi_test.c236 uint64_t *pIV = &IV; in validate_kasumi_f8_1_block() local
392 uint64_t *pIV = &IV; in validate_kasumi_f8_1_bitblock() local
577 uint64_t *pIV = &IV; in validate_kasumi_f8_1_bitblock_offset() local
722 uint64_t *pIV[3] = {NULL}; in validate_kasumi_f8_2_blocks() local
735 pIV[i] = &iv[i]; in validate_kasumi_f8_2_blocks()
940 uint64_t *pIV[3] = {NULL}; in validate_kasumi_f8_3_blocks() local
953 pIV[i] = &iv[i]; in validate_kasumi_f8_3_blocks()
1082 uint64_t *pIV[4] = {NULL}; in validate_kasumi_f8_4_blocks() local
1095 pIV[i] = &iv[i]; in validate_kasumi_f8_4_blocks()
1210 uint64_t *pIV[NUM_SUPPORTED_BUFFERS]; in validate_kasumi_f8_n_blocks() local
[all …]
/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/lib/include/
H A Dsnow3g.h36 const void *pIV,
44 const void *pIV,
139 const void *pIV,
163 const void *pIV,
260 const void *pIV,
277 const void *pIV,
285 const void *pIV,
380 const void *pIV,
397 const void *pIV,
405 const void *pIV,
[all …]
H A Dsnow3g_common.h1510 const void *pIV) in snow3gStateInitialize_1() argument
1513 const uint32_t *pIV32 = pIV; in snow3gStateInitialize_1()
2342 mR = load_2xm128i_into_m256i(pIV[4], pIV[0]); in snow3gStateInitialize_8_multiKey()
2343 mS = load_2xm128i_into_m256i(pIV[5], pIV[1]); in snow3gStateInitialize_8_multiKey()
2344 mT = load_2xm128i_into_m256i(pIV[6], pIV[2]); in snow3gStateInitialize_8_multiKey()
2345 mU = load_2xm128i_into_m256i(pIV[7], pIV[3]); in snow3gStateInitialize_8_multiKey()
3535 const void *pIV[8]; in SNOW3G_F8_8_BUFFER() local
3580 pIV[0], pIV[1], pIV[2], pIV[3], in SNOW3G_F8_8_BUFFER()
3587 pIV[4], pIV[5], pIV[6], pIV[7], in SNOW3G_F8_8_BUFFER()
3695 pIV[packet_index] = pIV[inner_index]; in SNOW3G_F8_N_BUFFER()
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A Dschurmh.cc167 pIV(0), in SchurVectorHandler()
171 SAFENEWWITHCONSTRUCTOR(pIV, in SchurVectorHandler()
182 pIV(pIntV), in SchurVectorHandler()
192 if (!bExtpIV && pIV != 0) { in ~SchurVectorHandler()
193 SAFEDELETE(pIV); in ~SchurVectorHandler()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/common/
H A Dcrypto_openssl.cpp154 const void *pIV, in Encrypt() argument
184 VerifyFatal( EVP_EncryptInit_ex( ctx, nullptr, nullptr, nullptr, (const uint8*)pIV ) == 1 ); in Encrypt()
226 const void *pIV, in Decrypt() argument
263 VerifyFatal( EVP_DecryptInit_ex( ctx, nullptr, nullptr, nullptr, (const uint8*)pIV ) == 1 ); in Decrypt()
316 const void *pIV, size_t cbIV, in SymmetricAuthEncryptWithIV() argument
331 …return ctx.Encrypt( pPlaintextData, cbPlaintextData, pIV, pEncryptedDataAndTag, pcbEncryptedDataAn… in SymmetricAuthEncryptWithIV()
337 const void *pIV, size_t cbIV, in SymmetricAuthDecryptWithIV() argument
351 …return ctx.Decrypt( pEncryptedDataAndTag, cbEncryptedDataAndTag, pIV, pPlaintextData, pcbPlaintext… in SymmetricAuthDecryptWithIV()
H A Dcrypto_libsodium.cpp49 const void *pIV, in Encrypt() argument
68 static_cast<const unsigned char*>( pIV ), in Encrypt()
79 const void *pIV, in Decrypt() argument
97 … static_cast<const unsigned char*>( pIV ), static_cast<const crypto_aead_aes256gcm_state*>( m_ctx ) in Decrypt()
H A Dcrypto.h55 const void *pIV,
74 const void *pIV,
87 const void *pIV, size_t cbIV,
97 const void *pIV, size_t cbIV,
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/tests/ReplaceIntrinsics/
H A Daddrspace.ll17 ; CHECK: %pIV = alloca i32
20 ; CHECK: store i32 0, i32* %pIV
24 ; CHECK: %IV = load i32, i32* %pIV
30 ; CHECK: store i32 [[INC0]], i32* %pIV
H A Dmemset.ll17 ; CHECK: %pIV = alloca i32
20 ; CHECK: store i32 0, i32* %pIV
24 ; CHECK: %IV = load i32, i32* %pIV
28 ; CHECK: store i32 [[INC0]], i32* %pIV
/dports/archivers/peazip/peazip-8.1.0.src/
H A Daes_gcm.pas122 function AES_GCM_Reset_IV(pIV: pointer; IV_len: word; var ctx: TAES_GCMContext): integer; in AES_GCM_Reset_IV()
144 pIV: pointer; IV_len: word; {IV: address / length}
155 pIV: pointer; IV_len: word; {IV: address / length}
596 if (pIV=nil) and (IV_Len<>0) then begin
605 move(pIV^, actx.IV, CTR_POS);
613 AES_Xorblock(actx.IV, PAESBlock(pIV)^, actx.IV);
614 inc(Ptr2Inc(pIV), AESBLKSIZE);
620 actx.IV[i] := actx.IV[i] xor pByte(pIV)^;
621 inc(Ptr2Inc(pIV));
987 if err=0 then err := AES_GCM_Reset_IV(pIV, IV_len, ctx);
[all …]
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/crypto/
H A DCipherBlowfish.cpp149 void CipherBlowfish::SetIV(const void *pIV) in SetIV() argument
151 if(pIV == 0) in SetIV()
157 ::memcpy(mInitialisationVector, pIV, sizeof(mInitialisationVector)); in SetIV()
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/ctlib/
H A Dbyteorder.h54 CByteOrder bo, const void *src, IntValue *pIV);
58 CByteOrder bo, void *dest, const IntValue *pIV);
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/nine/
H A Dcryptosession9.h57 void *pIV );
66 void *pIV );
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dcryptosession9.h57 void *pIV );
66 void *pIV );
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dcryptosession9.h57 void *pIV );
66 void *pIV );
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dcryptosession9.h57 void *pIV );
66 void *pIV );
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/nine/
H A Dcryptosession9.h57 void *pIV );
66 void *pIV );
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dcryptosession9.h57 void *pIV );
66 void *pIV );
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/nine/
H A Dcryptosession9.h57 void *pIV );
66 void *pIV );
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/nine/
H A Dcryptosession9.h57 void *pIV );
66 void *pIV );
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/nine/
H A Dcryptosession9.h57 void *pIV );
66 void *pIV );
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/nine/
H A Dcryptosession9.h57 void *pIV );
66 void *pIV );
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/nine/
H A Dcryptosession9.h57 void *pIV );
66 void *pIV );

12345678910>>...28