RSA BSAFE Crypto-C

Cryptographic Components for C

Search

B_BLK_CIPHER_W_FEEDBACK_PARAMS Struct Reference

This structure holds the parameters that specify a block cipher with feedback.

Samples:

aesfb.c, descbc.c, feedback.c, rc2.c, rc2ecb.c, rc5ofb.c, seedfb.c, and tdescfb.c.

#include <bsafe.h>

typedef struct {
  unsigned char *encryptionMethodName;
  POINTER encryptionParams; /* Indicates the encryption parameters */
  unsigned char *feedbackMethodName;
  POINTER feedbackParams; /* A pointer to an ITEM for an Initialization Vector */
  unsigned char *paddingMethodName;
  POINTER paddingParams;
} B_BLK_CIPHER_W_FEEDBACK_PARAMS;

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