Searched refs:COPY_SIZE (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | x_long.c | 14 #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(<mp, pval, COPY_SIZE(*pval, ltmp)); in long_i2c() 184 memcpy(pval, <mp, COPY_SIZE(*pval, ltmp)); in long_c2i() 193 memcpy(&l, pval, COPY_SIZE(*pval, l)); in long_print()
|