Searched refs:SecBase64Decode2 (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecBase64P.h9 * Thanks: To Adam McLaurin, for ideas regarding the SecBase64Decode2() and SecBase64Encode2().
62 /** \brief Return codes (from SecBase64Encode2() / SecBase64Decode2())
74 /** \brief Coding behaviour modification flags (for SecBase64Encode2() / SecBase64Decode2())
78 kSecB64_F_LINE_LEN_USE_PARAM = 0x0000 /*!< Uses the lineLen parameter to SecBase64Encode2(). Ignored by SecBase64Decode2(). */
79 , kSecB64_F_LINE_LEN_INFINITE = 0x0001 /*!< Ignores the lineLen parameter to SecBase64Encode2(). Line length is infinite. Ignored by SecBase64Decode2(). */
80 , kSecB64_F_LINE_LEN_64 = 0x0002 /*!< Ignores the lineLen parameter to SecBase64Encode2(). Line length is 64. Ignored by SecBase64Decode2(). */
81 , kSecB64_F_LINE_LEN_76 = 0x0003 /*!< Ignores the lineLen parameter to SecBase64Encode2(). Line length is 76. Ignored by SecBase64Decode2(). */
190 * \link b64::SecBase64Decode2 SecBase64Decode2()\endlink
230 * \link b64::SecBase64Decode2 SecBase64Decode
[all...]
H A DSecBase64P.c463 size_t SecBase64Decode2( char const *src function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecBase64P.h9 * Thanks: To Adam McLaurin, for ideas regarding the SecBase64Decode2() and SecBase64Encode2().
62 /** \brief Return codes (from SecBase64Encode2() / SecBase64Decode2())
74 /** \brief Coding behaviour modification flags (for SecBase64Encode2() / SecBase64Decode2())
78 kSecB64_F_LINE_LEN_USE_PARAM = 0x0000 /*!< Uses the lineLen parameter to SecBase64Encode2(). Ignored by SecBase64Decode2(). */
79 , kSecB64_F_LINE_LEN_INFINITE = 0x0001 /*!< Ignores the lineLen parameter to SecBase64Encode2(). Line length is infinite. Ignored by SecBase64Decode2(). */
80 , kSecB64_F_LINE_LEN_64 = 0x0002 /*!< Ignores the lineLen parameter to SecBase64Encode2(). Line length is 64. Ignored by SecBase64Decode2(). */
81 , kSecB64_F_LINE_LEN_76 = 0x0003 /*!< Ignores the lineLen parameter to SecBase64Encode2(). Line length is 76. Ignored by SecBase64Decode2(). */
190 * \link b64::SecBase64Decode2 SecBase64Decode2()\endlink
230 * \link b64::SecBase64Decode2 SecBase64Decode
[all...]
H A DSecBase64P.c463 size_t SecBase64Decode2( char const *src function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecBase64P.h9 * Thanks: To Adam McLaurin, for ideas regarding the SecBase64Decode2() and SecBase64Encode2().
62 /** \brief Return codes (from SecBase64Encode2() / SecBase64Decode2())
74 /** \brief Coding behaviour modification flags (for SecBase64Encode2() / SecBase64Decode2())
78 kSecB64_F_LINE_LEN_USE_PARAM = 0x0000 /*!< Uses the lineLen parameter to SecBase64Encode2(). Ignored by SecBase64Decode2(). */
79 , kSecB64_F_LINE_LEN_INFINITE = 0x0001 /*!< Ignores the lineLen parameter to SecBase64Encode2(). Line length is infinite. Ignored by SecBase64Decode2(). */
80 , kSecB64_F_LINE_LEN_64 = 0x0002 /*!< Ignores the lineLen parameter to SecBase64Encode2(). Line length is 64. Ignored by SecBase64Decode2(). */
81 , kSecB64_F_LINE_LEN_76 = 0x0003 /*!< Ignores the lineLen parameter to SecBase64Encode2(). Line length is 76. Ignored by SecBase64Decode2(). */
190 * \link b64::SecBase64Decode2 SecBase64Decode2()\endlink
230 * \link b64::SecBase64Decode2 SecBase64Decode
[all...]
H A DSecBase64P.c463 size_t SecBase64Decode2( char const *src function
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecBase64.h9 * Thanks: To Adam McLaurin, for ideas regarding the SecBase64Decode2() and SecBase64Encode2().
62 /** \brief Return codes (from SecBase64Encode2() / SecBase64Decode2())
74 /** \brief Coding behaviour modification flags (for SecBase64Encode2() / SecBase64Decode2())
78 kSecB64_F_LINE_LEN_USE_PARAM = 0x0000 /*!< Uses the lineLen parameter to SecBase64Encode2(). Ignored by SecBase64Decode2(). */
79 , kSecB64_F_LINE_LEN_INFINITE = 0x0001 /*!< Ignores the lineLen parameter to SecBase64Encode2(). Line length is infinite. Ignored by SecBase64Decode2(). */
80 , kSecB64_F_LINE_LEN_64 = 0x0002 /*!< Ignores the lineLen parameter to SecBase64Encode2(). Line length is 64. Ignored by SecBase64Decode2(). */
81 , kSecB64_F_LINE_LEN_76 = 0x0003 /*!< Ignores the lineLen parameter to SecBase64Encode2(). Line length is 76. Ignored by SecBase64Decode2(). */
190 * \link b64::SecBase64Decode2 SecBase64Decode2()\endlink
230 * \link b64::SecBase64Decode2 SecBase64Decode
[all...]
H A DSecBase64.c463 size_t SecBase64Decode2( char const *src function

Completed in 170 milliseconds