Lines Matching refs:p_bytes
717 unsigned int t, p_bytes;
751 p_bytes = 64 + 8 * t;
768 isc_region_consume(&r, p_bytes);
772 isc_region_consume(&r, p_bytes);
776 isc_region_consume(&r, p_bytes);
787 unsigned int t, p_bytes;
807 p_bytes = 64 + 8 * t;
809 if (r.length < ISC_SHA1_DIGESTLENGTH + 3 * p_bytes) {
819 isc_region_consume(&r, p_bytes);
822 isc_region_consume(&r, p_bytes);
825 isc_region_consume(&r, p_bytes);
827 key->key_size = p_bytes * 8;
829 isc_buffer_forward(data, 1 + ISC_SHA1_DIGESTLENGTH + 3 * p_bytes);
839 attr[0].pValue = isc_mem_get(key->mctx, p_bytes);
842 memmove(attr[0].pValue, prime, p_bytes);
843 attr[0].ulValueLen = p_bytes;
853 attr[2].pValue = isc_mem_get(key->mctx, p_bytes);
856 memmove(attr[2].pValue, base, p_bytes);
857 attr[2].ulValueLen = p_bytes;
860 attr[3].pValue = isc_mem_get(key->mctx, p_bytes);
863 memmove(attr[3].pValue, pub_key, p_bytes);
864 attr[3].ulValueLen = p_bytes;