Home
last modified time | relevance | path

Searched refs:COPY_SIZE (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Dx_long.c14 #define COPY_SIZE(a, b) (sizeof(a) < sizeof(b) ? sizeof(a) : sizeof(b)) macro
50 memcpy(pval, &it->size, COPY_SIZE(*pval, it->size)); in ASN1_ITEM_start()
56 memcpy(pval, &it->size, COPY_SIZE(*pval, it->size)); in long_free()
91 memcpy(&ltmp, pval, COPY_SIZE(*pval, ltmp)); in long_i2c()
184 memcpy(pval, &ltmp, COPY_SIZE(*pval, ltmp)); in long_c2i()
193 memcpy(&l, pval, COPY_SIZE(*pval, l)); in long_print()