RSA BSAFE Crypto-C

Cryptographic Components for C

Search

B_RC2_PBE_PARAMS Struct Reference

This structure holds the PBE parameters for the RC2 algorithm.

Samples:

pbe.c.

#include <bsafe.h>

typedef struct {
  unsigned int effectiveKeyBits;                     /* The effective key length */
  unsigned char *salt;                               /* The salt value */
  unsigned int iterationCount;                       /* The iteration count */
} B_RC2_PBE_PARAMS;

Copyright (c) 1999-2005 RSA Security Inc. All rights reserved. 068-001001-6210-001-000 - 6.2.1