Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/cert_create/src/
Dext.c22 DECLARE_ASN1_ITEM(ASN1_INTEGER)
101 m->it = ASN1_ITEM_ref(ASN1_INTEGER);
243 ASN1_INTEGER *counter; in ext_new_nvcounter()
Dcert.c30 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai) in rand_serial()
110 ASN1_INTEGER *sno; in cert_new()
/trusted-firmware-a-latest/drivers/auth/
Dauth_mod.c26 #define ASN1_INTEGER 0x02 macro
351 if ((data_len < 3) || (*p != ASN1_INTEGER)) { in auth_nvctr()