Searched refs:inlen (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.141.3/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccrsa.h | 749 cc_size ccrsa_import_pub_n(size_t inlen, const uint8_t *cc_sized_by(inlen) der) { in ccrsa_import_pub_n() argument 751 cc_size size = ccder_decode_rsa_pub_x509_n(local_der, local_der + inlen); in ccrsa_import_pub_n() 753 size = ccder_decode_rsa_pub_n(local_der, local_der + inlen); in ccrsa_import_pub_n() 770 int ccrsa_import_pub(ccrsa_pub_ctx_t key, size_t inlen, const uint8_t *cc_sized_by(inlen) der); 813 cc_size ccrsa_import_priv_n(size_t inlen, const uint8_t *cc_sized_by(inlen) der) { in ccrsa_import_priv_n() argument 815 return ccder_decode_rsa_priv_n(local_der, local_der + inlen); in ccrsa_import_priv_n() 830 int ccrsa_import_priv(ccrsa_full_ctx_t key, size_t inlen, const uint8_t *cc_sized_by(inlen) der) { in ccrsa_import_priv() argument 832 return (ccder_decode_rsa_priv(key, local_der, local_der + inlen) == NULL); in ccrsa_import_priv()
|
| H A D | ccdrbg_impl.h | 47 size_t inlen, const void *in); 59 size_t inlen, const void *in);
|
| /xnu-8796.141.3/bsd/sys/ |
| H A D | utfconv.h | 192 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr,
|
| /xnu-8796.141.3/bsd/vfs/ |
| H A D | vfs_utfconv.c | 778 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr, in utf8_normalizestr() argument 803 inbuflen = inlen; in utf8_normalizestr() 805 while (inlen-- > 0 && (byte = *instr++) != '\0') { in utf8_normalizestr()
|