Searched refs:aCipher (Results 1 – 2 of 2) sorted by relevance
71 rtl_cipher_destroy(aCipher); in create_001()82 rtl_cipher_destroy(aCipher); in create_003()93 rtl_cipher_destroy(aCipher); in create_005()144 rtl_cipher_destroy(aCipher); in createBF_001()150 rtl_cipher_destroy(aCipher); in createBF_002()156 rtl_cipher_destroy(aCipher); in createBF_003()317 rtl_cipher_destroy(aCipher); in test_encode_and_decode()385 rtl_cipher_destroy(aCipher); in destroy_001()481 rtl_cipher_destroy(aCipher); in test_encode()567 rtl_cipher_destroy(aCipher); in init_001()[all …]
1415 rtlCipher aCipher = rtl_cipher_createARCFOUR( rtl_Cipher_ModeStream ); in computeODictionaryValue() local1416 if( aDigest && aCipher) in computeODictionaryValue()1445 rtl_cipher_initARCFOUR( aCipher, rtl_Cipher_DirectionEncode, in computeODictionaryValue()1477 if( aCipher ) in computeODictionaryValue()1478 rtl_cipher_destroyARCFOUR( aCipher ); in computeODictionaryValue()1499 rtlCipher aCipher = rtl_cipher_createARCFOUR( rtl_Cipher_ModeStream ); in computeUDictionaryValue() local1500 if( aDigest && aCipher ) in computeUDictionaryValue()1513 rtl_cipher_initARCFOUR( aCipher, rtl_Cipher_DirectionEncode, in computeUDictionaryValue()1537 rtl_cipher_initARCFOUR( aCipher, rtl_Cipher_DirectionEncode, in computeUDictionaryValue()1566 if( aCipher ) in computeUDictionaryValue()[all …]
Completed in 39 milliseconds