Searched refs:padded (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsoftcrypto/common/
H A Dcrypt.c336 /* Reset remainder bytes for padded mechs only if update successful. */
373 * If this is a padded mech, do one more update op on the
380 uint8_t padded[AES_BLOCK_LEN]; /* longest blocksize */ local
383 (void) pkcs7_encode(NULL, uctx->remain, padded, extra,
386 CRYPTO_SET_RAW_DATA(idata, padded, extra);
390 * counterparts; blocksize != 0 means padded mech.
471 uchar_t *padded = NULL; local
491 padded = malloc(padded_len);
492 if (padded == NULL)
494 (void) pkcs7_encode(in, in_len, padded, padded_le
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm114 Note that the base64 encoded string returned is not padded to be a
221 The base64 encoded string returned is not padded to be a multiple of 4
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm93 base64 data should be padded with one or two "=" characters to make
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm374 The padded $string is returned.
401 Output the string for the given capability padded as appropriate without
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm3265 The string output (of floating point numbers) will be padded with zeros:
3286 The string output (of floating point numbers) will be padded with zeros:

Completed in 41 milliseconds