Searched refs:der_encode_length (Results 1 – 1 of 1) sorted by relevance
572 static size_t der_encode_length(size_t len, unsigned char **pp) in der_encode_length() function611 firstbytes = 1 + der_encode_length(custom_data->nbytes1, NULL) in make_custom_der()623 secondbytesinner = 1 + der_encode_length(custom_data->nbytes2, NULL) in make_custom_der()625 secondbytes = 1 + der_encode_length(secondbytesinner, NULL) + secondbytesinner; in make_custom_der()633 seqbytes = 1 + der_encode_length(sizeof(t_true) + firstbytes + secondbytes, NULL) in make_custom_der()642 der_encode_length(sizeof(t_true) + firstbytes + secondbytes, &p); in make_custom_der()650 der_encode_length(custom_data->nbytes1, &p); in make_custom_der()658 der_encode_length(secondbytesinner, &p); in make_custom_der()660 der_encode_length(custom_data->nbytes2, &p); in make_custom_der()