Searched refs:SecBase64Encode2 (Results 1 - 12 of 12) 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(). */
82 , kSecB64_F_LINE_LEN_MASK = 0x000f /*!< Mask for testing line length flags to SecBase64Encode2(). Ignored by SecBase64Encode2(). */
83 , kSecB64_F_STOP_ON_NOTHING = 0x0000 /*!< Decoding ignores all invalid characters in the input data. Ignored by SecBase64Encode2()
[all...]
H A DSecBase64P.c409 size_t SecBase64Encode2( void const *src function
441 assert(!"Bad line length flag specified to SecBase64Encode2()");
/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(). */
82 , kSecB64_F_LINE_LEN_MASK = 0x000f /*!< Mask for testing line length flags to SecBase64Encode2(). Ignored by SecBase64Encode2(). */
83 , kSecB64_F_STOP_ON_NOTHING = 0x0000 /*!< Decoding ignores all invalid characters in the input data. Ignored by SecBase64Encode2()
[all...]
H A DSecBase64P.c409 size_t SecBase64Encode2( void const *src function
441 assert(!"Bad line length flag specified to SecBase64Encode2()");
/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(). */
82 , kSecB64_F_LINE_LEN_MASK = 0x000f /*!< Mask for testing line length flags to SecBase64Encode2(). Ignored by SecBase64Encode2(). */
83 , kSecB64_F_STOP_ON_NOTHING = 0x0000 /*!< Decoding ignores all invalid characters in the input data. Ignored by SecBase64Encode2()
[all...]
H A DSecBase64P.c409 size_t SecBase64Encode2( void const *src function
441 assert(!"Bad line length flag specified to SecBase64Encode2()");
/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(). */
82 , kSecB64_F_LINE_LEN_MASK = 0x000f /*!< Mask for testing line length flags to SecBase64Encode2(). Ignored by SecBase64Encode2(). */
83 , kSecB64_F_STOP_ON_NOTHING = 0x0000 /*!< Decoding ignores all invalid characters in the input data. Ignored by SecBase64Encode2()
[all...]
H A DSecBase64.c409 size_t SecBase64Encode2( void const *src function
441 assert(!"Bad line length flag specified to SecBase64Encode2()");
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dshow_certificates.c110 size_t b64_len = SecBase64Encode2(NULL, length, NULL, 0,
116 p += SecBase64Encode2(bytes, length, p, b64_len,\
H A Dscep.c209 size_t output_size = SecBase64Encode2(CFDataGetBytePtr(scep_request), CFDataGetLength(scep_request), buffer, buffer_length,
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A Dsc-60-peer.c77 SecBase64Encode2(msg, msglen,
H A Dsc-70-engine.c75 SecBase64Encode2(msg, msglen,

Completed in 75 milliseconds