]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_keychain/lib/SecRSAKeyP.h
Security-55471.14.4.tar.gz
[apple/security.git] / libsecurity_keychain / lib / SecRSAKeyP.h
index c4899e9817ad2852a9b72f4ba35099ff48ed5f38..a97a60d3e7d5fac660bfafcb251700150e728ce1 100644 (file)
 extern "C" {
 #endif
 
-typedef struct SecRSAPublicKeyParams {
-       uint8_t             *modulus;                   /* modulus */
-       CFIndex             modulusLength;
-       uint8_t             *exponent;                  /* public exponent */
-       CFIndex             exponentLength;
-} SecRSAPublicKeyParams;
-
 /* Given an RSA public key in encoded form return a SecKeyRef representing
    that key. Supported encodings are kSecKeyEncodingPkcs1. */
 SecKeyRef SecKeyCreateRSAPublicKey(CFAllocatorRef allocator,