Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_39.txt13 Content-Type: application/octet-stream
21 Content-Type: application/octet-stream
35 Content-Type: application/octet-stream
43 Content-Type: application/octet-stream
57 Content-Type: application/octet-stream
65 Content-Type: application/octet-stream
Dmsg_38.txt39 Content-Type: application/octet-stream
53 Content-Type: application/octet-stream
61 Content-Type: application/octet-stream
75 Content-Type: application/octet-stream
83 Content-Type: application/octet-stream
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
Dext.c161 ASN1_OCTET_STRING *octet; in ext_new_hash() local
184 octet = ASN1_OCTET_STRING_new(); in ext_new_hash()
185 if (octet == NULL) { in ext_new_hash()
189 ASN1_OCTET_STRING_set(octet, buf, len); in ext_new_hash()
194 ASN1_OCTET_STRING_free(octet); in ext_new_hash()
199 hash->dataHash = octet; in ext_new_hash()