Searched refs:SWAP64 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c357 hdr.class = SWAP64((uint64_t)obj->class);
358 hdr.key_type = SWAP64((uint64_t)obj->key_type);
359 hdr.cert_type = SWAP64((uint64_t)obj->cert_type);
360 hdr.bool_attr_mask = SWAP64(obj->bool_attr_mask);
361 hdr.mechanism = SWAP64((uint64_t)obj->mechanism);
387 attr_hdr.type = SWAP64((uint64_t)extra_attr->attr.type);
389 SWAP64((uint64_t)extra_attr->attr.ulValueLen);
450 obj->class = (CK_OBJECT_CLASS)(SWAP64(hdr->class));
451 obj->key_type = (CK_KEY_TYPE)(SWAP64(hdr->key_type));
452 obj->cert_type = (CK_CERTIFICATE_TYPE)(SWAP64(hd
[all...]
H A DsoftKeystore.h75 #define SWAP64(value) \ macro
82 #define SWAP64(value) (value) macro
H A DsoftKeystoreUtil.c270 salt_length = SWAP64(salt_length);
455 ulong_buf = SWAP64(hashed_pin_salt_len);
467 ulong_buf = SWAP64(hashed_pin_len);
891 hashed_pin_size = SWAP64(hashed_pin_size);
1611 hashed_pin_salt_length = SWAP64(hashed_pin_salt_length);
1648 swapped_val = SWAP64(new_hashed_pin_len);
2804 hashed_pin_salt_size = SWAP64(hashed_pin_salt_size);

Completed in 32 milliseconds