Home
last modified time | relevance | path

Searched refs:iv (Results 1 – 25 of 84) sorted by relevance

1234

/AOO41X/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx516 static void prepareIV(std::vector<sal_uInt8>& iv, const unsigned char *masterPasswordCode, const ::… in prepareIV() argument
521 iv.resize(RTL_DIGEST_LENGTH_MD5); in prepareIV()
523 &iv[0], iv.size()); in prepareIV()
536 std::vector<sal_uInt8> iv; in DecodePasswords() local
540 prepareIV(iv, code, aName); in DecodePasswords()
545 code, RTL_DIGEST_LENGTH_MD5, (iv.size()? &iv[0] : NULL), in DecodePasswords()
546 iv.size() ); in DecodePasswords()
591 std::vector<sal_uInt8> iv; in EncodePasswords() local
595 prepareIV(iv, code, aName); in EncodePasswords()
600 code, RTL_DIGEST_LENGTH_MD5, (iv.size()? &iv[0] : NULL), in EncodePasswords()
[all …]
/AOO41X/main/sal/rtl/source/
H A Dcipher.c877 sal_uInt8 *iv; in __rtl_cipherBF_updateCFB() local
880 iv = ctx->m_iv.m_byte; in __rtl_cipherBF_updateCFB()
887 RTL_CIPHER_NTOHL64(iv, IVL, IVR, 8); in __rtl_cipherBF_updateCFB()
889 RTL_CIPHER_HTONL64(IVL, IVR, iv, 8); in __rtl_cipherBF_updateCFB()
896 iv[k] ^= *pData; in __rtl_cipherBF_updateCFB()
897 *pBuffer = iv[k]; in __rtl_cipherBF_updateCFB()
901 sal_uInt8 c = iv[k]; in __rtl_cipherBF_updateCFB()
902 iv[k] = *pData; in __rtl_cipherBF_updateCFB()
908 iv = NULL; in __rtl_cipherBF_updateCFB()
/AOO41X/main/libxmlsec/
H A Dxmlsec1-nssmangleciphers.patch47 - xmlSecByte iv[XMLSEC_NSS_MAX_IV_SIZE];
360 - xmlSecAssert2((xmlSecSize)ivLen <= sizeof(ctx->iv), -1);
380 - /* generate random iv */
381 - rv = PK11_GenerateRandom(ctx->iv, ivLen);
403 - /* write iv to the output */
404 - ret = xmlSecBufferAppend(out, ctx->iv, ivLen);
420 - * we'll have iv next time */
425 - /* copy iv to our buffer*/
427 - memcpy(ctx->iv, xmlSecBufferGetData(in), ivLen);
450 - ivItem.data = ctx->iv;
H A Dxmlsec1-customkeymanage.patch2579 + const xmlSecByte* iv ,
2597 + xmlSecAssert2(iv != NULL, -1);
2605 + ivItem.data = ( unsigned char* )iv ;
2673 + xmlSecByte iv[XMLSEC_NSS_DES3_IV_LENGTH];
2708 + /* step 4: generate random iv */
2709 + status = PK11_GenerateRandom(iv, XMLSEC_NSS_DES3_IV_LENGTH);
2721 + iv, XMLSEC_NSS_DES3_IV_LENGTH,
2736 + memcpy(out, iv, XMLSEC_NSS_DES3_IV_LENGTH);
/AOO41X/extras/l10n/source/fi/
H A Dlocalize.sdf280 …omp.sdbc.MozabDriver.ColumnAliases BirthDay 0 fi Syntymäpäivä 2013…
2164 …s.UserInterface.Commands..uno:InsertDateAndTime Label 0 fi ~Päiväys ja aika... …
2165 …erInterface.Commands..uno:InsertDateFieldFix Label 0 fi P~äiväys (kiinteä) …
2572 …fects.UserInterface.Properties.clockwise Label 0 fi Myötäpäivään 20…
2573 …erInterface.Properties.counter-clockwise Label 0 fi Vastapäivään 20…
2577 …roperties.from-center-clockwise Label 0 fi Keskeltä myötäpäivään 201…
2578 …s.from-center-counter-clockwise Label 0 fi Keskeltä vastapäivään 201…
2579 …rom-top-left-clockwise Label 0 fi Ylhäältä vasemmalta myötäpäivään 20…
2582 …p-right-counter-clockwise Label 0 fi Ylhäältä oikealta vastapäivään 2013…
2635 …e.Transitions.wheel-clockwise-1-spoke Label 0 fi Pyörä myötäpäivään, 1 pinna …
[all …]
/AOO41X/main/libtextcat/data/new_fingerprints/lm/
H A Dswedish.lm230 iv 216
H A Ddanish.lm188 iv 166
H A Dserbian-latin.lm182 iv 442
H A Dcatalan.lm239 iv 102
H A Ditalian.lm389 iv 92
H A Dspanish.lm263 iv 138
H A Denglish.lm279 iv 102
H A Dslovak_ascii.lm363 iv 77
H A Dczech.lm308 iv 117
H A Dromansh.lm167 iv 86
H A Dromanian.lm399 iv 68
H A Dportuguese.lm298 iv 166
H A Dcroatian.lm206 iv 251
H A Dbosnian.lm322 iv 40
H A Dfinnish.lm180 iv 226
H A Dsanskrit.lm185 iv 182
H A Dbreton.lm248 iv 115
/AOO41X/main/offapi/com/sun/star/style/
H A DNumberingType.idl54 as "i, ii, iii, iv, ...".
/AOO41X/main/
H A DLICENSE_category_b1520 iv) states that source code for the Program is available from such Contributor,
1739 iv) states that source code for the Program is available from such
/AOO41X/main/nss/
H A Dnss_win.patch244 PORT_Memcpy(ctx->h, iv, 8 * 8);

1234