changeset 19 | f6c91b9da05b |
parent 13 | 6fd9177eb6da |
child 21 | 2c300b15b381 |
1.1 --- a/MYCrypto_Private.h Sun Apr 19 00:01:41 2009 -0700 1.2 +++ b/MYCrypto_Private.h Thu Jun 04 18:36:30 2009 -0700 1.3 @@ -130,4 +130,9 @@ 1.4 NSString* OIDAsString(CSSM_OID OID); 1.5 CSSM_ALGORITHMS CSSMFromCCAlgorithm( CCAlgorithm ccAlgorithm ); 1.6 1.7 +typedef struct { 1.8 + CSSM_ALGORITHMS algorithm; 1.9 + uint32 sizeInBits; 1.10 +} MYCryptoWrappedKeyDesc; 1.11 + 1.12 #endif