Home
last modified time | relevance | path

Searched refs:P12_DSPSIZE (Results 1 – 1 of 1) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/mechs/
H A Dmech_drv.c403 #define P12_DSPSIZE ( P12_BLOCKSIZE + P12_BLOCKSIZE + \ macro
479 IN_RANGE( P12_DSPSIZE, 512 ) const int dspMaxLen,
496 REQUIRES( dspMaxLen >= P12_DSPSIZE && dspMaxLen <= 512 );
554 BYTE p12_DSP[ P12_DSPSIZE + 8 ]; in derivePKCS12()
572 status = initDSP( p12_DSP, P12_DSPSIZE, &dspLen, mechanismInfo->dataIn, in derivePKCS12()
618 zeroise( p12_DSP, P12_DSPSIZE ); in derivePKCS12()