Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
Dcert.c107 ASN1_INTEGER *sno = NULL; in cert_new() local
132 sno = ASN1_INTEGER_new(); in cert_new()
133 rand_serial(NULL, sno); in cert_new()
134 X509_set_serialNumber(x, sno); in cert_new()
135 ASN1_INTEGER_free(sno); in cert_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py808 for (sno, sname) in suppliers
811 if sno == sp_sno and pno == sp_pno
Dpy2_test_grammar.py860 for (sno, sname) in suppliers
863 if sno == sp_sno and pno == sp_pno
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_grammar.py871 for (sno, sname) in suppliers
874 if sno == sp_sno and pno == sp_pno