Searched refs:MAC_NAME (Results 1 – 3 of 3) sorted by relevance
55 #define MAC_NAME( x ) ( (FT_String*)psnames->macintosh_name( x ) ) macro65 #define MAC_NAME( x ) ( (FT_String*)tt_post_default_names[x] ) macro505 *PSname = MAC_NAME( 0 ); in tt_face_get_ps_name()512 *PSname = MAC_NAME( idx ); in tt_face_get_ps_name()532 *PSname = MAC_NAME( name_index ); in tt_face_get_ps_name()552 *PSname = MAC_NAME( idx ); in tt_face_get_ps_name()
70 this.key = new SecretKeySpec(keyBytes, MAC_NAME); in computeSignature()74 Mac mac = Mac.getInstance(MAC_NAME); in computeSignature()83 private static final String MAC_NAME = "HmacSHA1"; field in HMAC_SHA1