Searched defs:X (Results 1 – 5 of 5) sorted by relevance
241 } X; in fcrypt_encrypt() local273 } X; in fcrypt_decrypt() local
68 #define _(X) { #X, rsa_digest_info_##X, sizeof(rsa_digest_info_##X) } argument
418 unsigned char *X; in drbg_ctr_df() local
618 #define _(X) { #X, digest_info_##X, sizeof(digest_info_##X) } argument
542 #define dec2bin(X) ({ unsigned char x = (X) - '0'; if (x > 9) goto invalid_time; x; }) in x509_decode_time() argument