Home
last modified time | relevance | path

Searched refs:SERIAL_NUMBER_HEDER_SIZE (Results 1 - 4 of 4) sorted by relevance

/base/security/crypto_framework/common/inc/
H A Dconfig.h23 #define SERIAL_NUMBER_HEDER_SIZE 2 macro
/base/security/certificate_framework/frameworks/common/v1.0/inc/
H A Dconfig.h23 #define SERIAL_NUMBER_HEDER_SIZE 2 macro
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_crl_entry_openssl.c104 if (serialNumLen <= SERIAL_NUMBER_HEDER_SIZE) { in GetSerialNumber()
110 out->data = (uint8_t *)CfMalloc(serialNumLen - SERIAL_NUMBER_HEDER_SIZE, 0); in GetSerialNumber()
116 out->size = (uint32_t)(serialNumLen - SERIAL_NUMBER_HEDER_SIZE); in GetSerialNumber()
117 (void)memcpy_s(out->data, out->size, serialNumBytes + SERIAL_NUMBER_HEDER_SIZE, out->size); in GetSerialNumber()
H A Dx509_certificate_openssl.c610 if (serialNumLen <= SERIAL_NUMBER_HEDER_SIZE) { in GetSerialNumberX509Openssl()
616 CfResult ret = DeepCopyDataToOut((const char *)(serialNumBytes + SERIAL_NUMBER_HEDER_SIZE), in GetSerialNumberX509Openssl()
617 (uint32_t)(serialNumLen - SERIAL_NUMBER_HEDER_SIZE), out); in GetSerialNumberX509Openssl()

Completed in 4 milliseconds